Module: Railswatch::Extensions::View
- Defined in:
- lib/railswatch/extensions/trace.rb
Instance Method Summary collapse
-
#info ⇒ Object
in env this works if config.log_level = :info.
Instance Method Details
#info ⇒ Object
in env this works if config.log_level = :info
8 9 10 11 |
# File 'lib/railswatch/extensions/trace.rb', line 8 def info CurrentRequest.current.trace({ group: :view, message: yield }) super end |