I'm trying to do something like that:
Bookmark.find_tagged_with( :all => params[:tag], :conditions=>["created_on < ",now])
but I get an error saying that created_on doesn't exist. Does :conditions only work with the bookmarks_tags rows?
thanx in advance
Pat
|