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
19 20 21 |
# File 'lib/active_notifier/configurable.rb', line 19 def config @config ||= Configuration.new end |
#configure {|config| ... } ⇒ Object
Configure for ActiveNotifier
15 16 17 |
# File 'lib/active_notifier/configurable.rb', line 15 def configure yield config end |