]> git.openstreetmap.org Git - rails.git/commit
Fix predicate method names in the user model
authorTom Hughes <tom@compton.nu>
Tue, 15 Aug 2023 17:53:14 +0000 (18:53 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 15 Aug 2023 17:53:14 +0000 (18:53 +0100)
commit6982903ae791702453bfa3f3a1cb9bfcf342fa2d
tree9c6a206c5e7566f2f83730de3d8691c47614808e
parent65d092a5791d01561cc7b6826377e950a25ad45c
Fix predicate method names in the user model
14 files changed:
.rubocop_todo.yml
app/controllers/diary_entries_controller.rb
app/controllers/issue_comments_controller.rb
app/controllers/user_roles_controller.rb
app/helpers/application_helper.rb
app/helpers/user_roles_helper.rb
app/models/user.rb
app/views/api/users/_user.json.jbuilder
app/views/api/users/_user.xml.builder
app/views/dashboards/_contact.html.erb
app/views/dashboards/show.html.erb
app/views/layouts/map.html.erb
app/views/profiles/edit.html.erb
test/models/user_test.rb