Method: ActivityNotification.configure
- Defined in:
- lib/activity_notification.rb
.configure {|config| ... } ⇒ Object
Sets global configuration options for ActivityNotification. All available options and their defaults are in the example below:
45 46 47 48 |
# File 'lib/activity_notification.rb', line 45 def self.configure yield(config) if block_given? autoload :Association, "activity_notification/orm/#{ActivityNotification.config.orm}" end |