why doesn't this work
items.destroy if items = find(:all, :conditions => ...)

right now i have this that works, but it seems ugly and inefficient.

if items = find(:all, :conditions => ...)
  items.each do |item|
    item.destroy
  end
end

there must be a better way
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to