<%= link_to (:controller => "company_stuff", :action => "index", :anchor => :menu), :class => 'links' do %>
<li>Terms of Use</li>
<% end %>
別のコントローラーにあるページをリンクするのが難しく、リンクもアンカーです。基本的にcontroller
は と呼ばれcompany_stuff
、action
はindex
とanchor
呼ばれます#terms