]> git.openstreetmap.org Git - rails.git/commit
Replace `:nothing => true` with `:text => ""`
authorTom Hughes <tom@compton.nu>
Fri, 19 Jul 2013 10:14:55 +0000 (11:14 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 19 Jul 2013 10:14:55 +0000 (11:14 +0100)
commit3880ac5de8150eef3cc5b26eb9814f5c1d681afa
treea4ed83f7c5e3c6a486714b82ae6b74be3e8b43fa
parentd492628f3eb4f540438f9aab8b3c02e12b87d243
Replace `:nothing => true` with `:text => ""`

Using `:nothing => true` confusingly actually causes a single space
to be sent as the content by rails.
app/controllers/application_controller.rb
app/controllers/changeset_controller.rb
app/controllers/diary_entry_controller.rb
app/controllers/old_controller.rb
app/controllers/relation_controller.rb
app/controllers/search_controller.rb
app/controllers/trace_controller.rb
app/controllers/user_controller.rb
app/controllers/user_preference_controller.rb
app/controllers/way_controller.rb
test/functional/user_preference_controller_test.rb