Method: Knuckles#notifications
- Defined in:
- lib/knuckles.rb
#notifications ⇒ Module
Module accessor for ‘notifications`, defaults to `ActiveSupport::Notifications`
86 87 88 |
# File 'lib/knuckles.rb', line 86 def notifications @notifications ||= ActiveSupport::Notifications end |