class Ddr::Auth::SuperuserAbilityDefinitions

Public Instance Methods

call() click to toggle source
# File lib/ddr/auth/ability_definitions/superuser_ability_definitions.rb, line 4
def call
  can :manage, :all
end