]> git.openstreetmap.org Git - rails.git/commit
Resourceful routing for passwords
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 6 Dec 2023 18:41:00 +0000 (18:41 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 6 Dec 2023 18:41:00 +0000 (18:41 +0000)
commit4bca24a7beb4a78cecfeaa775d41662497f9930f
tree59af9f270081dc2bf6704b542f50da54664a97f4
parent1d0f588d6236acaed034e77855a8bd646ba3fd0e
Resourceful routing for passwords

This also matches the routes used by devise
app/abilities/ability.rb
app/controllers/passwords_controller.rb
app/views/passwords/edit.html.erb [moved from app/views/passwords/reset_password.html.erb with 74% similarity]
app/views/passwords/new.html.erb [moved from app/views/passwords/lost_password.html.erb with 100% similarity]
config/locales/en.yml
config/routes.rb
test/controllers/passwords_controller_test.rb