Class: ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Includes:
Clearance::Controller
Defined in:
lib/clearance/testing/app/controllers/application_controller.rb

Instance Method Summary collapse

Methods included from Clearance::Authorization

#authorize, #deny_access

Methods included from Clearance::Authentication

#authenticate, #current_user, #current_user=, #handle_unverified_request, #sign_in, #sign_out, #signed_in?, #signed_out?

Instance Method Details

#showObject



4
5
6
# File 'lib/clearance/testing/app/controllers/application_controller.rb', line 4

def show
  render :text => '', :layout => 'application'
end