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

4 lines
94 B
Ruby
Raw Normal View History

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