I'm trying to make this work: @targets = Targets.find(:all, :conditions => 'description LIKE :id ') I know it can't work having the :id in there just like that but I can't find a way to embed that in there. Thanks in advance guys!
I'm trying to make this work: @targets = Targets.find(:all, :conditions => 'description LIKE :id ') I know it can't work having the :id in there just like that but I can't find a way to embed that in there. Thanks in advance guys!