Skip to content

Commit 61d7b79

Browse files
authored
Merge pull request rails#42571 from p8/guides-fix-spelling-of-assocation
Fix spelling of associations in guides
2 parents af04c86 + c5c4fc1 commit 61d7b79

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)