Class: ACLSystem2::AccessHandler

Inherits:
Object
  • Object
show all
Includes:
LogicParser
Defined in:
lib/acl_system2/access_handler.rb

Direct Known Subclasses

RoleHandler

Instance Method Summary collapse

Methods included from LogicParser

#process

Instance Method Details

#check(key, context) ⇒ Object



7
8
9
# File 'lib/acl_system2/access_handler.rb', line 7

def check(key, context)
  false
end