Skip to content

Commit

Permalink
Merge pull request #237 from bcrowe/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
josegonzalez committed Jul 18, 2014
2 parents 34f4836 + 388c5b4 commit ac3bf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Please read about the Behavior options for more details as to how to configure t

### Using a Polymorphic Attachment Model for File Storage

In some cases you will want to store multiple file uploads for a multiple models, but will not want to use multiple tables for some reason. For example, we might have a `Post` model that can have many images for a gallery, and a `Message` model that has many videos. In this case, we would use an `Attachment` model:
In some cases you will want to store multiple file uploads for multiple models, but will not want to use multiple tables for some reason. For example, we might have a `Post` model that can have many images for a gallery, and a `Message` model that has many videos. In this case, we would use an `Attachment` model:

Post hasMany Attachment

Expand Down

0 comments on commit ac3bf99

Please sign in to comment.