We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9887ede + b79244a commit e8077e7Copy full SHA for e8077e7
1 file changed
README.md
@@ -1,6 +1,6 @@
1
# PolymorphicIntegerType
2
3
-Rails' polymorphic assocaitions are pretty useful. The example they give to set it up looks like:
+Rails' polymorphic associations are pretty useful. The example they give to set it up looks like:
4
```ruby
5
class Picture < ActiveRecord::Base
6
belongs_to :imageable, polymorphic: true
0 commit comments