On 19 Nov 2007, at 20:47, Matteo Fil wrote:
>
> Hi all,
> I''ve got a view named "prompt.rhtml" and a controller
named "customer"
> with some actions ("prompt", "getdata", and so on...).
Of course, the
> URL "/customer/prompt" is associated to the action
"prompt" and then
> to the view "prompt.rhtml", but is it possible, when the URL is
> "/customer/getdata", to associate the action "getdata"
> with the view "prompt.rhtml"? If so, how can I do this?
render :action => ''foo''
Will use the template for the foo action
Fred
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---