Require user account
This commit is contained in:
parent
99f24fe144
commit
8c36b67cfb
|
@ -1,4 +1,6 @@
|
|||
class DoorLogsController < ApplicationController
|
||||
before_filter :authenticate_user!
|
||||
|
||||
# GET /door_logs
|
||||
# GET /door_logs.json
|
||||
def index
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
class UsersController < ApplicationController
|
||||
before_filter :authenticate_user!
|
||||
|
||||
# GET /users
|
||||
# GET /users.json
|
||||
def index
|
||||
|
|
Loading…
Reference in New Issue
Block a user