]> source.dussan.org Git - redmine.git/commit
Refactor: Split IssuesController#new to #new and #create to match REST pattern.
authorEric Davis <edavis@littlestreamsoftware.com>
Thu, 22 Apr 2010 15:43:57 +0000 (15:43 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Thu, 22 Apr 2010 15:43:57 +0000 (15:43 +0000)
commit2c898d8a817ee5bd1182cf111db5f8fa1e91e870
treeb34762bc3c7211232379f7b07aa392e3715e1e81
parent9b595c689d06ffc1386e242177358711bdbf5c3a
Refactor: Split IssuesController#new to #new and #create to match REST pattern.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3688 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/issues_controller.rb
app/views/issues/new.rhtml
config/routes.rb
lib/redmine.rb
test/functional/issues_controller_test.rb
test/integration/routing_test.rb