Module: Qcore::Authorization

Defined in:
lib/qcore/authorization.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Instance Method Summary collapse

Instance Method Details

#qcore_autherizationObject



5
6
7
8
9
10
# File 'lib/qcore/authorization.rb', line 5

def qcore_autherization
  send :include, InstanceMethods
  send :extend, ClassMethods
  
  before_filter :authorisation
end