rubyonrailsin

A Ruby and Rails talk

Tuesday, March 16, 2010


[Rails] Re: HashWithIndifferentAccess remove inner hash question

by rubyonrailsin 0 comments

Tag


Share this post:
Design Float
StumbleUpon
Reddit

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

Subscribe feeds via e-mail

Blog Archive