class ApplicationController < ActionController::Base protect_from_forgery include Authentication before_filter :login_required end