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
Showing
- app/controllers/files_controller.rb 22 additions, 0 deletionsapp/controllers/files_controller.rb
- app/controllers/projects_controller.rb 2 additions, 14 deletionsapp/controllers/projects_controller.rb
- app/views/files/index.html.erb 0 additions, 0 deletionsapp/views/files/index.html.erb
- config/routes.rb 1 addition, 1 deletionconfig/routes.rb
- lib/redmine.rb 2 additions, 2 deletionslib/redmine.rb
- test/functional/files_controller_test.rb 29 additions, 0 deletionstest/functional/files_controller_test.rb
- test/functional/projects_controller_test.rb 0 additions, 15 deletionstest/functional/projects_controller_test.rb
- test/integration/routing_test.rb 1 addition, 1 deletiontest/integration/routing_test.rb
app/controllers/files_controller.rb
0 → 100644
File moved
test/functional/files_controller_test.rb
0 → 100644
Please register or sign in to comment