On 18 April 2010 06:30, Bob Smith <[email protected]> wrote: > I'm trying to get records from a has_many that are only from this > year. > > has_many :visit, :conditions => "year = #[email protected]}", :dependent > => :destroy > > This has trouble. it thinks @today is null.. Any other ideas?
What is @today? Colin -- 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.

