]> git.openstreetmap.org Git - rails.git/commit
Use login_path instead of explicit controller and actions
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 10 Mar 2021 14:14:36 +0000 (14:14 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 10 Mar 2021 14:31:55 +0000 (14:31 +0000)
commit38ad8fbc36f1092b8b0b416e5c2c80ee7825f113
tree6931012b8570eb6d74319699e8468a0cf28d0baf
parent2233edbcfa15d532c2232e5e71a2a2495e3a72eb
Use login_path instead of explicit controller and actions

This makes future refactoring easier.
13 files changed:
.rubocop_todo.yml
app/controllers/application_controller.rb
app/controllers/messages_controller.rb
app/controllers/users_controller.rb
app/views/browse/changeset.html.erb
app/views/diary_entries/show.html.erb
test/controllers/changesets_controller_test.rb
test/controllers/diary_entries_controller_test.rb
test/controllers/site_controller_test.rb
test/controllers/traces_controller_test.rb
test/controllers/users_controller_test.rb
test/integration/client_applications_test.rb
test/integration/user_login_test.rb