我正在使用带有黑光应用程序的 rails-3.2.1
我正在尝试在我的 link_to 标记中调用 remote_function。
<%= link_to_document document, :label=>document_show_link_field, :onclick => remote_function(:controller => 'catalog', :action => 'save_user_history') %>
这给出了以下错误
undefined method `remote_function' for #<#<Class:0x2ff0dc0>:0x2f4af38>.
有谁知道为什么?