I have two rails application.
On clicking a link on Application 1's index.html.rb page I wish to do
some processing like retreiving info about the selected record from DB.
and then make a call to a different rails application.
Do I need to write code in my view using helper functions or I can do
this in controller.
I wish to do this in controller.. as it will mean a cleaner code in
view.
Is there some dispatch mechanism available in Rails controller.
-- 
Posted via http://www.ruby-forum.com/.

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