Class: Auth::Work::CommunicationsController

Inherits:
WorkController
  • Object
show all
Includes:
Concerns::DeviseConcern, Concerns::TokenConcern, Concerns::Work::CommunicationControllerConcern
Defined in:
app/controllers/auth/work/communications_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]
TCONDITIONS =
{:only => CONDITIONS_FOR_TOKEN_AUTH}