attachinary
attachinary copied to clipboard
Add Rails 5 support
Since that belongs_to
is required by default at Rails 5 You need to add the inverse_of
option to has_many on the owner object or you will receive a validation error when you try to create it.
fixes #130