application_controller.rb 131 Bytes
class ApplicationController < ActionController::Base
  include Clearance::Authentication

  helper :all
  protect_from_forgery
end