Class: Maquina::UnauthorizedController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Maquina::UnauthorizedController
- Defined in:
- app/controllers/maquina/unauthorized_controller.rb
Instance Method Summary collapse
Methods included from Authenticate
#after_authentication_url, #authenticated?, #current_user, #require_authentication
Instance Method Details
#show ⇒ Object
5 6 7 |
# File 'app/controllers/maquina/unauthorized_controller.rb', line 5 def show render :"401", status: :unauthorized end |