]> git.openstreetmap.org Git - rails.git/commit
Pluralise user_preferences_controller
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 18 Apr 2018 03:22:37 +0000 (11:22 +0800)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 18 Apr 2018 03:26:00 +0000 (11:26 +0800)
commit9408ed69466acd83d6c18f555d20eba41da9af2b
treea189474c48ad71bd188686d5d20ada20ea809dcd
parent30424e89d2c91922efb50f246b593cbbe43e220f
Pluralise user_preferences_controller

This is the rails convention for controllers and can make route
generation easier.

http://guides.rubyonrails.org/action_controller_overview.html#controller-naming-convention
.rubocop_todo.yml
app/controllers/user_preferences_controller.rb [moved from app/controllers/user_preference_controller.rb with 97% similarity]
config/routes.rb
test/controllers/user_preferences_controller_test.rb [moved from test/controllers/user_preference_controller_test.rb with 93% similarity]