mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-03-01 01:03:23 -05:00
4 lines
94 B
Ruby
4 lines
94 B
Ruby
|
class AuthenticatedController < ApplicationController
|
||
|
before_filter :authenticate_user!
|
||
|
end
|