]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/4350'
authorTom Hughes <tom@compton.nu>
Thu, 16 Nov 2023 13:43:44 +0000 (13:43 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 16 Nov 2023 13:43:44 +0000 (13:43 +0000)
CONFIGURE.md

index 3bf0724fc3f95b4b3831c0c50592c6226b67883e..21695397acf85ddd4a5acf8eca95b87122630306 100644 (file)
@@ -47,8 +47,6 @@ $ bundle exec rails console
 => #[ ... ]
 >> user.roles.create(:role => "moderator", :granter_id => user.id)
 => #[ ... ]
->> user.save!
-=> true
 >> quit
 ```