]> source.dussan.org Git - redmine.git/commit
Refactor: rename method ProjectsController#add to ProjectsController#new
authorEric Davis <edavis@littlestreamsoftware.com>
Tue, 7 Sep 2010 15:00:27 +0000 (15:00 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Tue, 7 Sep 2010 15:00:27 +0000 (15:00 +0000)
commit2295b61cb6fde4187875478170da2ae70f114497
tree0723ec5425093f75e615ec89bf560bddc6106826
parent06878e50041117baa1b4bde40671ab422dd9bc0a
Refactor: rename method ProjectsController#add to ProjectsController#new

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