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