Skip to content

Instantly share code, notes, and snippets.

@mcurtis
Created January 31, 2010 01:12
Show Gist options
  • Save mcurtis/290821 to your computer and use it in GitHub Desktop.
Save mcurtis/290821 to your computer and use it in GitHub Desktop.
@meetings = current_user.meetings.future(Time.now, :field => :end)
Mysql::Error: Table 'meetings.end' doesn't exist: SELECT * FROM `meetings`.`end` WHERE ((`meetings`.user_id = 1) AND (`meetings`.`end` > '2010-01-31 01:12:09')) ORDER BY start ASC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment