On Mar 16, 9:29 am, Michael Pavling <[email protected]> wrote:

> You could try "blank?" (it might work):
>   @morton[:new_lab_data_attributes].each{ |x| x.delete if x[:value].blank? }

I'm just lost with this syntax :)  delete complains if it doesn't have
an argument, so I tried

@morton[:new_lab_data_attributes].each{ |x| x.delete(x) if
x[:value].blank? }

Which still isn't deleting anything...

-- 
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