aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/application_controller.rb
blob: ae953a25a45995da0ca6d1ba51921fd31533a7eb (plain)
1
2
3
4
class ApplicationController < ActionController::Base
  protect_from_forgery
  before_filter :authenticate_user!
end