attachinary icon indicating copy to clipboard operation
attachinary copied to clipboard

Add Rails 5 support

Open ddomingues opened this issue 8 years ago • 0 comments

Since that belongs_to is required by default at Rails 5 You need to add the inverse_ofoption to has_many on the owner object or you will receive a validation error when you try to create it.

fixes #130

ddomingues avatar Aug 24 '16 00:08 ddomingues