Class: Maquina::UnauthorizedController

Inherits:
ApplicationController show all
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

#showObject



5
6
7
# File 'app/controllers/maquina/unauthorized_controller.rb', line 5

def show
  render :"401", status: :unauthorized
end