[Rails] Re: How to get value from view?

2009-06-08 Thread AGoofin
It seems like the two controllers could be combined. Validating the card and choosing a subscription type would be part of the same order, so you could add the subscription types to the credit card controller as an instance variable. On Jun 8, 5:05 am, Vikas Gholap wrote: > Hello all, > > I ha

[Rails] Re: How to get value from view?

2009-06-08 Thread Rick DeNatale
On Mon, Jun 8, 2009 at 5:05 AM, Vikas Gholap wrote: > > Hello all, > > I have following problem, > > I have a view called "new_sub_type.html.haml" and controller > "SubscriptionTypes". In this view i'm showing a dropdown list of > subscription types. > > When user submit form, I show another view