named_scope :unarchive, lambda { |project_identifier|
{ :conditions => {:project_id => project_identifier,:archive => false},
order => :name}
}
Here is the code
within condition i want to make something like :id=>“IN (3,4,5)” but i
don’t know how to write it in rails , i don’t know what to search in
google