Class: Auth::Shopping::PaymentsController

Inherits:
ShoppingController
  • Object
show all
Includes:
Concerns::DeviseConcern, Concerns::Shopping::PaymentControllerConcern, Concerns::TokenConcern
Defined in:
app/controllers/auth/shopping/payments_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]
TCONDITIONS =
{:only => CONDITIONS_FOR_TOKEN_AUTH}