Class: Spree::PermissionSets::AuthenticationMethodDisplay

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

Instance Method Summary collapse

Instance Method Details

#activate!Object



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

def activate!
  can [:display, :admin], Spree::AuthenticationMethod
end