Groups
Groups
Sign in
Groups
Groups
Ruby on Rails: Talk
Conversations
About
Send feedback
Help
Help with link_To
2 views
Skip to first unread message
Felipe Vergara
unread,
Sep 1, 2008, 11:19:38 AM
9/1/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
Hi,
I need some help!!
I have to make a link_to with a string
to have that strin in another controlle who can i do it??
i have something like this
<%= link_to 'Buscador', new_consulta_path, :query=>"rssnews" %>
and then in the controller consulta params[:query]
--
Felipe Vergara Contesse
Ingeniería Civil Industrial UC
Thorsten Müller
unread,
Sep 1, 2008, 12:00:12 PM
9/1/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
> <%= link_to 'Buscador', new_consulta_path, :query=>"rssnews" %>
>
should be
<%= link_to 'Buscador', new_consulta_path(:query=>"rssnews") %>
Felipe Vergara
unread,
Sep 2, 2008, 2:46:01 PM
9/2/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
thank you very much!!!
Reply all
Reply to author
Forward
0 new messages