mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
Added user roles and authentication, sign in/out
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
class ApplicationController < ActionController::Base
|
||||
before_filter :authenticate_user!
|
||||
protect_from_forgery
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user