On 19 April 2010 08:10, Ze Ca <[email protected]> wrote:
> In my form I have a select menu for US States. I would like to include
> the capitals of those states as a hidden parameter when passed to the
> model. Of course, the capital should match the state chosen.

I don't understand exactly what you are trying to do, here you say you
want to pass this information to the model (did you mean controller).
What has this got to do with a hidden field on the form.

>
> I know I can set a attr_accessor :state_capitals in the model, or even
> make a migration to update the table and add the column, but I'm having
> some trouble creating this in the view. Is it ok for the view to have
> some logic in this case?

Again I am unclear where this information is coming from and what you
are trying to do with it.  Perhaps you could explain in a little more
detail what you are trying to accomplish.

Colin

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