module Trifle::Logger::Middleware::RailsController::ClassMethods
Public Instance Methods
with_trifle_logger(options = {})
click to toggle source
# File lib/trifle/logger/middleware/rails_controller.rb, line 13 def with_trifle_logger(options = {}) around_action :with_trifle_logger, options end