Class: WinewooCore::Services::Authorizers::AllAuthorizer

Inherits:
Object
  • Object
show all
Defined in:
lib/winewoo_core/services/authorizers/all_authorizer.rb

Instance Method Summary collapse

Instance Method Details

#authorize_action(params = nil) ⇒ Object



4
5
6
# File 'lib/winewoo_core/services/authorizers/all_authorizer.rb', line 4

def authorize_action(params=nil)
  return true
end