我正在使用Ruby 1.8.7和Rails 3.0.3。ActionController :: InvalidAuthenticityToken在rails 3.0.3中上傳時
當我上傳文件我得到以下錯誤:
ActionController::InvalidAuthenticityToken
我嘗試添加以下到我的模型文件:
protect_from_forgery :only => [:create, :update, :destroy]
skip_before_filter :verify_authenticity_token
如何解決呢?
想必您將這些添加到您的控制器,而不是型號 – noodl 2011-03-04 11:37:43