I need to use 'link_to' dynamically in my view. So, in my controller I wrote:
@right_part = " <%= link_to( 'Next', :action => '/index', :id => 3)%>" And in my view I'm trying to get a link: <%= @right_part %> But all this doesn't work. Help me. -- 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 -~----------~----~----~----~------~----~------~--~---

