Class: SimpleShowcaseAdmin::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/simple_showcase_admin/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#not_authenticatedObject



6
7
8
# File 'app/controllers/simple_showcase_admin/application_controller.rb', line 6

def not_authenticated
  redirect_to , notice: 'Please login to access the administration area'
end