# HG changeset patch # User Yuya Nishihara # Date 1261560897 -32400 # Node ID db3f4f10de78aaecfe3b2fb9e71c89cdb0ef74f5 # Parent 582b3caf736d088b816d1eb40a8dd746a3b76070 fixed authenticity token error on update_attachment_view Uses the same way as update_diff_view's #247 to fix the problem. diff --git a/lib/code_review_application_hooks.rb b/lib/code_review_application_hooks.rb --- a/lib/code_review_application_hooks.rb +++ b/lib/code_review_application_hooks.rb @@ -243,7 +243,7 @@ class CodeReviewApplicationHooks < Redmi url = url_for :controller => 'code_review', :action => 'update_attachment_view', :id => project o << '' #o << wikitoolbar_for('review_comment')