class ApplicationController < ActionController::Base protect_from_forgery helper_method :current_user attr_accessor :current_user end