Module: Trifle::Logger::Middleware::RailsController::ClassMethods

Defined in:
lib/trifle/logger/middleware/rails_controller.rb

Instance Method Summary collapse

Instance Method Details

#with_trifle_logger(options = {}) ⇒ Object



13
14
15
# File 'lib/trifle/logger/middleware/rails_controller.rb', line 13

def with_trifle_logger(options = {})
  around_action :with_trifle_logger, options
end