ブラックライトアプリケーションで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>.
誰かが理由を知っていますか?