Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Greg Newman
RE: find_tagged_with and :conditions [ reply ]  
2006-10-01 16:02
do you have a created_on field in your database?

By: patrick aljord
find_tagged_with and :conditions [ reply ]  
2006-10-01 14:56
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