我使用Rails的3.2.1黑光燈應用未定義的方法`remote_function」
我想在我的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>.
有誰知道爲什麼嗎?
確定。我想調用save_user_history動作作爲鏈接的onclick事件。還有什麼我可以用來代替remote_function? – shaz404
使用不需要JavaScript的button_to。 –