account events was not pulling in proper data, causing commenting issues

This commit is contained in:
Kyle Drake 2015-03-26 11:20:51 -07:00
parent 2c3441d791
commit 0efa3cada0

View file

@ -179,7 +179,7 @@ class Site < Sequel::Model
def account_sites_events_dataset
ids = account_sites_dataset.select(:id).all.collect {|s| s.id}
Event.where(id: ids)
Event.where(site_id: ids)
end
def owner