]> git.openstreetmap.org Git - rails.git/commit
Refactor inbox and outbox paths to avoid display names in urls.
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 6 Jun 2018 03:27:27 +0000 (11:27 +0800)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 6 Jun 2018 03:33:33 +0000 (11:33 +0800)
commit9b36021ec5eabeca8db735cf80c5876d2d31338d
tree459920362f82b5892543c40682110ed069df15b2
parent892c30aa8ca64d1a3e9ec9232b9ddb23bd3321d4
Refactor inbox and outbox paths to avoid display names in urls.
.rubocop_todo.yml
app/controllers/messages_controller.rb
app/views/layouts/_header.html.erb
app/views/messages/inbox.html.erb
app/views/messages/new.html.erb
app/views/messages/outbox.html.erb
app/views/messages/show.html.erb
config/routes.rb
test/controllers/messages_controller_test.rb