Displaying 1 result from an estimated 1 matches for "323b330e".
Did you mean:
23b330e
2006 Aug 04
3
Pass a variable via Link To
Can anyone tell me how to pass a value from a link_to in a view to a
controler?
The value is just a piece of text for the time being.
<%= link_to ''About Us'', :action => ''about'', :params => ''string'' %>
???
--
Posted via http://www.ruby-forum.com/.