##// END OF EJS Templates
test: replace "should_route" of "versions" to "assert_routing" at integration/routing_test.rb...
test: replace "should_route" of "versions" to "assert_routing" at integration/routing_test.rb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8274 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r8090:e43df5916809
r8154:2cf2f4964c10
Show More
issue_moves_helper.rb
4 lines | 48 B | text/x-ruby | RubyLexer
/ app / helpers / issue_moves_helper.rb
Jean-Philippe Lang
Added encoding comment to helpers (#9792)....
r8090 # encoding: utf-8
#
Eric Davis
Refactor: Extract a new IssueMovesController from IssuesController....
r3822 module IssueMovesHelper
end