]> source.dussan.org Git - redmine.git/commit
Refactor: Rename WikiController#page_index to #index
authorEric Davis <edavis@littlestreamsoftware.com>
Mon, 25 Oct 2010 16:16:46 +0000 (16:16 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Mon, 25 Oct 2010 16:16:46 +0000 (16:16 +0000)
commit4b045badcfde2eb27b63023ca8f3c30334d7f00f
treef79e433aea72c3b42f50065a26ffd6da535d229f
parent0e951c071631fee35962b264d3db2c68961bf670
Refactor: Rename WikiController#page_index to #index

index is the action that should list a collection of records, which is
what #page_index does.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4290 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/wiki_controller.rb
app/views/wiki/_sidebar.rhtml
app/views/wiki/index.html.erb [new file with mode: 0644]
app/views/wiki/page_index.html.erb [deleted file]
config/routes.rb
lib/redmine.rb
test/functional/wiki_controller_test.rb
test/integration/routing_test.rb