1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 16:53:23 -05:00
BikeShed-1/app/controllers/application_controller.rb
2012-12-29 16:22:24 -05:00

6 lines
119 B
Ruby

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