]> source.dussan.org Git - redmine.git/commit
Refactor: move NewsController#add_comment to CommentsController#create
authorEric Davis <edavis@littlestreamsoftware.com>
Wed, 22 Sep 2010 16:25:09 +0000 (16:25 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Wed, 22 Sep 2010 16:25:09 +0000 (16:25 +0000)
commit1f2f9536875a0383f0ac61e0fdd089b666c96070
tree856bfa4645d723b5eb39c754369fa1a00d3ccd86
parent3b20774c543d33afe10ff794ee8382f1d8e017e9
Refactor: move NewsController#add_comment to CommentsController#create

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4170 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/comments_controller.rb [new file with mode: 0644]
app/controllers/news_controller.rb
app/views/news/show.rhtml
config/routes.rb
lib/redmine.rb
test/functional/comments_controller_test.rb [new file with mode: 0644]
test/functional/news_controller_test.rb
test/integration/routing_test.rb