Module: NotifyMe
- Defined in:
- lib/notify_me.rb,
lib/notify_me/config.rb,
lib/notify_me/version.rb
Defined Under Namespace
Modules: ActiveRecord
Classes: Action, Configuration, Engine, Notification
Constant Summary
collapse
- VERSION =
'0.0.3'
Class Method Summary
collapse
Class Method Details
.config ⇒ Object
8
9
10
|
# File 'lib/notify_me/config.rb', line 8
def self.config
@config
end
|
4
5
6
|
# File 'lib/notify_me/config.rb', line 4
def self.configure(&block)
yield @config ||= NotifyMe::Configuration.new
end
|