You can't and shouldn't be doing this inside a controller. Just do it
in the view.

-
Maurício Linhares
http://alinhavado.wordpress.com/ (pt-br) |
http://codeshooter.wordpress.com/ (en)



On Mon, Jun 8, 2009 at 12:01 AM, Valen
Onish<rails-mailing-l...@andreas-s.net> wrote:
>
> 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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to