24 hours for site changes

This commit is contained in:
Kyle Drake 2014-12-23 16:37:22 -08:00
parent 0a8b33f67a
commit 178334ec9b

View file

@ -1,5 +1,5 @@
class SiteChange < Sequel::Model
NEW_CHANGE_TIMEOUT = 3600 * 4 # 4 hours
NEW_CHANGE_TIMEOUT = 3600 * 24 # 24 hours
many_to_one :site
one_to_one :event
one_to_one :site_change