Ruby on Rails Sunday, September 5, 2010

On Sep 5, 10:29 am, Pål Bergström <li...@ruby-forum.com> wrote:
> Pål Bergström wrote:

>
> It works. But how do I deal with a list as this? How do I set the
> variable?
>
> @tests = Test.find(:all)
> --

brute force:

@tests.each {|test| test.key = cookies[:my_key]}

Might be a more clever way to do it.

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