Module: LogSanity::Extensions::ActionControllerHelper
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/log_sanity/extensions/action_controller_helper.rb
Instance Method Summary collapse
Instance Method Details
#log_field(key, val) ⇒ Object
6 7 8 |
# File 'lib/log_sanity/extensions/action_controller_helper.rb', line 6 def log_field(key, val) LogSanity.log key, val end |