]> source.dussan.org Git - redmine.git/commit
Refactor: move method, ProjectsController#list_files to FilesController#index.
authorEric Davis <edavis@littlestreamsoftware.com>
Tue, 31 Aug 2010 15:12:58 +0000 (15:12 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Tue, 31 Aug 2010 15:12:58 +0000 (15:12 +0000)
commitdaa8eaa9aebcc284e2904d1258cbfdd78ea23876
treebf0238ae2199c787134a9f3bfdee2468c8832b82
parenta188abbe2813372d426afd2ab05841f0503f00c1
Refactor: move method, ProjectsController#list_files to FilesController#index.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4051 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/files_controller.rb [new file with mode: 0644]
app/controllers/projects_controller.rb
app/views/files/index.html.erb [new file with mode: 0644]
app/views/projects/list_files.rhtml [deleted file]
config/routes.rb
lib/redmine.rb
test/functional/files_controller_test.rb [new file with mode: 0644]
test/functional/projects_controller_test.rb
test/integration/routing_test.rb