application_controller.rb 122 Bytes Edit Raw Blame History 1 2 3 4 5 6 class ApplicationController < ActionController::Base protect_from_forgery before_filter :authenticate_user! end