Module: Spree
- Defined in:
- app/models/spree/ability.rb,
lib/spree/auth.rb,
app/models/spree/user.rb,
lib/spree/auth/engine.rb,
lib/spree/token_resource.rb,
app/helpers/spree/users_helper.rb,
app/models/spree/auth_configuration.rb,
app/models/spree/tokenized_permission.rb
Overview
Implementation class for Cancan gem. Instead of overriding this class, consider adding new permissions using the special register_ability
method which allows extensions to add their own abilities.
See github.com/ryanb/cancan for more details on cancan.
Defined Under Namespace
Modules: Auth, TokenResource, UsersHelper Classes: Ability, AuthConfiguration, TokenizedPermission, User, UserMailer, UserPasswordsController, UserRegistrationsController, UserSessionsController, UsersController