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

  helper :all

  protect_from_forgery

  include HoptoadNotifier::Catcher

end