aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/migrations.md
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source/migrations.md')
-rw-r--r--guides/source/migrations.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/migrations.md b/guides/source/migrations.md
index 035f9499de..f191b110cd 100644
--- a/guides/source/migrations.md
+++ b/guides/source/migrations.md
@@ -841,7 +841,6 @@ class AddFlagToProduct < ActiveRecord::Migration
reversible do |dir|
dir.up { Product.update_all flag: false }
end
- Product.update_all flag: false
end
end
```