Module: Merb::Plugins::Doorman::Helpers
- Defined in:
- lib/merb_doorman/helpers.rb
Instance Method Summary collapse
Instance Method Details
#allow(*args, &blk) ⇒ Object
6 7 8 |
# File 'lib/merb_doorman/helpers.rb', line 6 def allow(*args, &blk) _capture_within_rule_context(:allow, args, &blk) end |
#deny(*args, &blk) ⇒ Object
10 11 12 |
# File 'lib/merb_doorman/helpers.rb', line 10 def deny(*args, &blk) _capture_within_rule_context(:deny, args, &blk) end |