Skip to content

Commit e8077e7

Browse files
author
Kyle d'Oliveira
committed
Merge pull request #2 from cliochris/trivial_spelling
Trivial spelling fix
2 parents 9887ede + b79244a commit e8077e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PolymorphicIntegerType
22

3-
Rails' polymorphic assocaitions are pretty useful. The example they give to set it up looks like:
3+
Rails' polymorphic associations are pretty useful. The example they give to set it up looks like:
44
```ruby
55
class Picture < ActiveRecord::Base
66
belongs_to :imageable, polymorphic: true

0 commit comments

Comments
 (0)