Ruby on Rails Wednesday, November 27, 2013

Have you tried the below way??

redirect_to pictures_path, :update_images=>@pictures.to_s

On Nov 27, 2013 7:08 PM, "Dave Castellano" <lists@ruby-forum.com> wrote:
Hello,

Can anyone assist me with the following?

I have a hash (@pictures) with quite a bit of data I want to pass with a
redirect_to.

@pictures = []
@minisections.each do |minisection|
   @pictures << minisection.pictures
end
@pictures.flatten!

redirect_to pictures_path(:update_images => @pictures)

The above redirect does not work.  I have also tried several other
options.

My other option is to move the @pictures code to the action I am
redirecting to.
Any guidance would be appreciated.

Dave

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/e84f340d6a549b5b5eb7ebc29e3489c3%40ruby-forum.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CA%2BfXU%2B2JOcHTfb%2BEhpP191Wj0CbMWo8_VqH4WTL00PBfYeOjag%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment