Class: Dscf::Banking::ApplicationsController

Inherits:
ApplicationController show all
Includes:
DemoPermissionBypass, Core::Common, Core::ReviewableController
Defined in:
app/controllers/dscf/banking/applications_controller.rb

Instance Method Summary collapse

Methods included from DemoPermissionBypass

#bypass_permissions_for_demo?, #pundit_user

Methods inherited from ApplicationController

#bypass_permissions_for_demo?, #pundit_user

Instance Method Details

#authorize_review_action!Object

TEMPORARY DEMO BYPASS: remove after demo.



27
28
29
# File 'app/controllers/dscf/banking/applications_controller.rb', line 27

def authorize_review_action!
  skip_authorization
end