]> git.openstreetmap.org Git - rails.git/commit
Rename trace_controller to traces_controller
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 9 May 2018 04:38:09 +0000 (12:38 +0800)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 9 May 2018 04:38:09 +0000 (12:38 +0800)
commitb446138aefb04799cc1253886335ced16e546517
tree3ad9f8bcc051ef77f0af88374ed77facec8a66ff
parenta1853204faefd8270e3db4a988ef373ea1ab342d
Rename trace_controller to traces_controller
17 files changed:
.rubocop_todo.yml
app/controllers/api_controller.rb
app/controllers/traces_controller.rb [moved from app/controllers/trace_controller.rb with 98% similarity]
app/views/traces/_description.html.erb [moved from app/views/trace/_description.html.erb with 62% similarity]
app/views/traces/_trace.html.erb [moved from app/views/trace/_trace.html.erb with 74% similarity]
app/views/traces/_trace_optionals.html.erb [moved from app/views/trace/_trace_optionals.html.erb with 100% similarity]
app/views/traces/_trace_paging_nav.html.erb [moved from app/views/trace/_trace_paging_nav.html.erb with 100% similarity]
app/views/traces/create.html.erb [moved from app/views/trace/create.html.erb with 84% similarity]
app/views/traces/edit.html.erb [moved from app/views/trace/edit.html.erb with 82% similarity]
app/views/traces/georss.rss.builder [moved from app/views/trace/georss.rss.builder with 67% similarity]
app/views/traces/list.html.erb [moved from app/views/trace/list.html.erb with 89% similarity]
app/views/traces/offline.html.erb [moved from app/views/trace/offline.html.erb with 100% similarity]
app/views/traces/view.html.erb [moved from app/views/trace/view.html.erb with 81% similarity]
app/views/user/view.html.erb
config/locales/en.yml
config/routes.rb
test/controllers/traces_controller_test.rb [moved from test/controllers/trace_controller_test.rb with 94% similarity]