Hi people I want to know if it is possible to call an action that belongs to a controller from another action that belongs to a different controller.
I have the "search" action in the controller of Model A , and I need to cal that action from the action "register", but action "register" belongs to the controler of Model B. Also I need to pass some parameters from action register to execute action search Is that possible? -- 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.

