Class: Auth::Shopping::PersonalitiesController
- Inherits:
-
ShoppingController
- Object
- ShoppingController
- Auth::Shopping::PersonalitiesController
- Includes:
- Concerns::DeviseConcern, Concerns::Shopping::PersonalityControllerConcern, Concerns::TokenConcern
- Defined in:
- app/controllers/auth/shopping/personalities_controller.rb
Constant Summary collapse
- CONDITIONS_FOR_TOKEN_AUTH =
only these actions need an authenticated user to be present for them to be executed.
[:create,:update,:destroy,:edit,:new,:index,:show,:create_multiple]
- TCONDITIONS =
{:only => CONDITIONS_FOR_TOKEN_AUTH}