Class: ActionView::LogSubscriber
- Inherits:
-
Object
- Object
- ActionView::LogSubscriber
- Defined in:
- lib/sapience/extensions/action_view/log_subscriber.rb
Overview
rubocop:disable ClassAndModuleChildren
Instance Method Summary collapse
Instance Method Details
#info(message = nil, &block) ⇒ Object
2 3 4 |
# File 'lib/sapience/extensions/action_view/log_subscriber.rb', line 2 def info( = nil, &block) debug(, &block) end |
#info? ⇒ Boolean
6 7 8 |
# File 'lib/sapience/extensions/action_view/log_subscriber.rb', line 6 def info? debug? end |