application_controller.rb 166 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 class ApplicationController < ActionController::Base include Clearance::Authentication include HoptoadNotifier::Catcher helper :all protect_from_forgery end