Skip to content

Commit

Permalink
Removed debugging code from upcoming query.
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerhunt committed Apr 2, 2010
1 parent 0ac1c5d commit 2829ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/venues_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class VenuesController < ApplicationController
# GET /venues
# GET /venues.xml
def index
time = Time.zone.local(2010, 4, 3, 13, 15)
time = Time.zone.now

@talks_by_venue = Talk.all(
:conditions => { :ends_at => time..(time + 2.hours) }
Expand Down

0 comments on commit 2829ff1

Please sign in to comment.