Skip to content

Commit c5c4fc1

Browse files
committed
Fix spelling of associations
1 parent af04c86 commit c5c4fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/active_record_migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ add_belongs_to :taggings, :taggable, polymorphic: true
523523
```
524524

525525
The polymorphic option will create two columns on the taggings table which can
526-
be used for polymorphic assocations: `taggable_type` and `taggable_id`.
526+
be used for polymorphic associations: `taggable_type` and `taggable_id`.
527527

528528
A foreign key can be created with the the `foreign_key` option.
529529

0 commit comments

Comments
 (0)