Hi,
I am trying to link from a home page to other pages and cannot seem to
have the right syntax\
JIM
Hi,
I am trying to link from a home page to other pages and cannot seem to
have the right syntax\
JIM
On 8/28/06, SIX-S [email protected] wrote:
Hi,
<%= link_to 'person', :action => 'list' %>
I am trying to link from a home page to other pages and cannot seem to have
the right syntax\JIM
I think you want
<%= link_to ‘People’, :controller=>‘person’, :action => ‘list’ %>
The first argument is the text for the link. Have a look at the RDocs
for link_to_remote.
Max
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs