Module: SimplyAuthorized::Authorization::Controller
- Defined in:
- lib/simply_authorized/authorization.rb
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
5 6 7 8 |
# File 'lib/simply_authorized/authorization.rb', line 5 def self.included(base) base.send(:include, InstanceMethods) base.alias_method_chain :method_missing, :authorization end |