Hi, I'm trying to select record as follows: @course = CourseDate.find_all_by_date_and_canceled_time(Date.today,nil)
records with todays date but those where the canceled_time is empty, the above find selects all records for today also those records where the canceled_time is not empty. What is wrong here ? Thanks for any hint. Dani -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

