@dates = Event.find_all.collect {|r| r.starts_at.to_date.upto(r.ends_at.to_date) do |d| return d end}