aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_migrations.md
diff options
context:
space:
mode:
authoratul-shimpi <shimpiatul@hotmail.com>2015-11-01 07:59:15 +0530
committeratul-shimpi <shimpiatul@hotmail.com>2015-11-01 07:59:15 +0530
commit2d53593ae66388bf1f72c966b063a1cc15d22dac (patch)
treea571a72b80d708d283e257ded1e80cc901050142 /guides/source/active_record_migrations.md
parentb217354dbbbbb49a020b0073ebb62c5cd2d96140 (diff)
downloadrails-2d53593ae66388bf1f72c966b063a1cc15d22dac.tar.gz
rails-2d53593ae66388bf1f72c966b063a1cc15d22dac.tar.bz2
rails-2d53593ae66388bf1f72c966b063a1cc15d22dac.zip
Issue #22139 : Edge Guides - ActiveRecord Migrations - Remove required option for column
Diffstat (limited to 'guides/source/active_record_migrations.md')
-rw-r--r--guides/source/active_record_migrations.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/guides/source/active_record_migrations.md b/guides/source/active_record_migrations.md
index 67881e6087..5aa5dc4f60 100644
--- a/guides/source/active_record_migrations.md
+++ b/guides/source/active_record_migrations.md
@@ -454,8 +454,6 @@ number of digits after the decimal point.
are using a dynamic value (such as a date), the default will only be calculated
the first time (i.e. on the date the migration is applied).
* `index` Adds an index for the column.
-* `required` Adds `required: true` for `belongs_to` associations and
-`null: false` to the column in the migration.
Some adapters may support additional options; see the adapter specific API docs
for further information.