mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 03:15:57 +01:00
Refactor: move IssuesController#changes to JournalsController#index.
Since #changes is only an Atom feed of journals of a query, it makes more sense to have it on the JournalsController resource. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4034 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -106,6 +106,8 @@ class RoutingTest < ActionController::IntegrationTest
|
||||
should_route :post, "/issues/preview/123", :controller => 'previews', :action => 'issue', :id => '123'
|
||||
should_route :get, "/issues/context_menu", :controller => 'context_menus', :action => 'issues'
|
||||
should_route :post, "/issues/context_menu", :controller => 'context_menus', :action => 'issues'
|
||||
|
||||
should_route :get, "/issues/changes", :controller => 'journals', :action => 'index'
|
||||
end
|
||||
|
||||
context "issue categories" do
|
||||
|
||||
Reference in New Issue
Block a user