On Mar 16, 9:29 am, Michael Pavling <pavl...@gmail.com> 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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment