class ApplicationController < ActionController::Base helper :all protect_from_forgery layout 'default' end