Require user account

This commit is contained in:
Will Bradley 2012-09-02 04:19:13 -07:00
parent 99f24fe144
commit 8c36b67cfb
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
class DoorLogsController < ApplicationController
before_filter :authenticate_user!
# GET /door_logs
# GET /door_logs.json
def index

View File

@ -1,4 +1,6 @@
class UsersController < ApplicationController
before_filter :authenticate_user!
# GET /users
# GET /users.json
def index