method

log_subscriber

rails latest stable - Class: Rails::Railtie

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

log_subscriber(*)
public

No documentation available.

# File railties/lib/rails/railtie.rb, line 149
      def log_subscriber(*)
        ActiveSupport::Deprecation.warn "log_subscriber is deprecated and has no effect", caller
      end