Making door alert / webpage status work as expected

This commit is contained in:
2014-10-07 19:55:34 -07:00
parent 85ec806b22
commit 6334928779
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ class DoorLogsController < ApplicationController
# GET /door_logs
# GET /door_logs.json
def index
@door_logs = DoorLog.find(:all, :order => "created_at DESC", :limit => 100)
@door_logs = DoorLog.find(:all, :order => "created_at DESC", :limit => 1000)
begin