fixes #2133
This commit is contained in:
@@ -2,4 +2,5 @@ class AdvertisementHit < ActiveRecord::Base
|
||||
belongs_to :advertisement
|
||||
|
||||
scope :between, lambda {|start_date, end_date| where("created_at BETWEEN ? AND ?", start_date, end_date)}
|
||||
attr_accessible :ip_addr
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user