application_controller.rb 132B

    class ApplicationController < ActionController::Base protect_from_forgery before_filter :authenticate_user! helper :all end