From f6b75ff3779913f07c9c79213873fd80809924bf Mon Sep 17 00:00:00 2001 From: Shinichi Maeshima Date: Mon, 8 Jul 2013 15:53:53 +0900 Subject: Update 'Active Record Migrations' guide [ci skip] Delete an unneeded line. --- guides/source/migrations.md | 1 - 1 file changed, 1 deletion(-) 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 ``` -- cgit v1.2.3