Class: Ddr::Auth::SuperuserAbilityDefinitions

Inherits:
AbilityDefinitions show all
Defined in:
lib/ddr/auth/ability_definitions/superuser_ability_definitions.rb

Instance Method Summary collapse

Methods inherited from AbilityDefinitions

call

Instance Method Details

#callObject



4
5
6
# File 'lib/ddr/auth/ability_definitions/superuser_ability_definitions.rb', line 4

def call
  can :manage, :all
end