mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-03-12 21:53:22 -04:00
4 lines
94 B
Ruby
4 lines
94 B
Ruby
|
class AuthenticatedController < ApplicationController
|
||
|
before_filter :authenticate_user!
|
||
|
end
|