Skip to content

Instantly share code, notes, and snippets.

@febuiles
Created December 22, 2008 17:12
Show Gist options
  • Select an option

  • Save febuiles/39055 to your computer and use it in GitHub Desktop.

Select an option

Save febuiles/39055 to your computer and use it in GitHub Desktop.
$ sc
Loading development environment (Rails 2.2.2)
>> Event.all
=> [#<Event id: 1, title: "", date: "2008-12-18", description: "">]
>> Event.find_by_date("2008-12-18") # this should return the event, right?
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment