Class: ActionView::LogSubscriber

Inherits:
Object
  • Object
show all
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(message = nil, &block)
  debug(message, &block)
end

#info?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/sapience/extensions/action_view/log_subscriber.rb', line 6

def info?
  debug?
end