Module: ActiveNotifier::Configurable::ClassMethods
- Defined in:
- lib/active_notifier/configurable.rb
Instance Method Summary collapse
- #config ⇒ Object
-
#configure {|config| ... } ⇒ Object
Configure for ActiveNotifier.
Instance Method Details
#config ⇒ Object
20 21 22 |
# File 'lib/active_notifier/configurable.rb', line 20 def config @config ||= Configuration.new end |
#configure {|config| ... } ⇒ Object
Configure for ActiveNotifier.
16 17 18 |
# File 'lib/active_notifier/configurable.rb', line 16 def configure yield config end |