##// END OF EJS Templates
Rails3: view: use explicit post method at wiki/rename.html.erb...
Rails3: view: use explicit post method at wiki/rename.html.erb On Rails3, form_for generates hidden "put" input tag. So, 'No route matches "/projects/id/wiki/wikiname/rename"' error raises. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8483 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r8090:e43df5916809
r8363:27828590d1bd
Show More
issue_moves_helper.rb
4 lines | 48 B | text/x-ruby | RubyLexer
/ app / helpers / issue_moves_helper.rb
# encoding: utf-8
#
module IssueMovesHelper
end