Refactor: move NewsController#preview to PreviewsController#news
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4174 e93f8b46-1217-0410-a6f0-8f06a7374b81
Showing
- app/controllers/news_controller.rb 4 additions, 9 deletionsapp/controllers/news_controller.rb
- app/controllers/previews_controller.rb 5 additions, 0 deletionsapp/controllers/previews_controller.rb
- app/views/news/edit.rhtml 2 additions, 2 deletionsapp/views/news/edit.rhtml
- app/views/news/index.rhtml 2 additions, 2 deletionsapp/views/news/index.rhtml
- app/views/news/new.rhtml 2 additions, 2 deletionsapp/views/news/new.rhtml
- app/views/news/show.rhtml 2 additions, 2 deletionsapp/views/news/show.rhtml
- config/routes.rb 3 additions, 0 deletionsconfig/routes.rb
- test/functional/news_controller_test.rb 0 additions, 11 deletionstest/functional/news_controller_test.rb
- test/functional/previews_controller_test.rb 10 additions, 0 deletionstest/functional/previews_controller_test.rb
- test/integration/routing_test.rb 5 additions, 1 deletiontest/integration/routing_test.rb
Please register or sign in to comment