Class: Spree::PermissionSets::AuthenticationMethodManagement

Inherits:
PermissionSets::Base
  • Object
show all
Defined in:
app/core/spree/permission_sets/authentication_method_management.rb

Instance Method Summary collapse

Instance Method Details

#activate!Object



6
7
8
# File 'app/core/spree/permission_sets/authentication_method_management.rb', line 6

def activate!
  can :manage, Spree::AuthenticationMethod
end