Flowdock
method

log_processing

Importance_0
v1.0.0 - Show latest stable - 0 notes - Class: ActionController::Base
log_processing() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/base.rb, line 846
      def log_processing
        logger.info "\n\nProcessing #{controller_class_name}\##{action_name} (for #{request_origin}) [#{request.method.to_s.upcase}]"
        logger.info "  Parameters: #{@params.inspect}"
      end
Register or log in to add new notes.