1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-03-01 01:03:23 -05:00
BikeShed-1/app/controllers/application_controller.rb

6 lines
119 B
Ruby
Raw Normal View History

2012-12-04 00:46:15 -05:00
class ApplicationController < ActionController::Base
before_filter :authenticate_user!
2012-12-04 00:46:15 -05:00
protect_from_forgery
2012-12-04 00:46:15 -05:00
end