Module: Exits::ActionController::Helpers::ClassMethods

Defined in:
lib/exits/action_controller/helpers.rb

Instance Method Summary collapse

Instance Method Details

#allow(kls, *actions) ⇒ Object



16
17
18
# File 'lib/exits/action_controller/helpers.rb', line 16

def allow(kls, *actions)
  rules.add self, kls, actions
end

#rulesObject



20
21
22
# File 'lib/exits/action_controller/helpers.rb', line 20

def rules
  @rules ||= ::Exits::Rules.new
end