Class: Arrthorizer::Nobody

Inherits:
ContextRole show all
Defined in:
lib/arrthorizer/roles.rb

Instance Method Summary collapse

Methods inherited from ContextRole

applies_to_user?, inherited, to_key, #to_key

Methods inherited from Role

get, register, registry, #to_key

Instance Method Details

#applies_to_user?(*args) ⇒ Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/arrthorizer/roles.rb', line 9

def applies_to_user?(*args)
  false
end