Module: Silvermoon::ActionControllerExtension::ClassMethods

Defined in:
lib/silvermoon/action_controller_extension.rb

Instance Method Summary collapse

Instance Method Details

#notifies(*what) ⇒ Object



10
11
12
# File 'lib/silvermoon/action_controller_extension.rb', line 10

def notifies(*what)
  self.controller_notifiers = what.to_a.compact
end