Skip to content

Add Rails 5 support#134

Open
ddomingues wants to merge 3 commits intoassembler:masterfrom
ddomingues:add-rails-5-support
Open

Add Rails 5 support#134
ddomingues wants to merge 3 commits intoassembler:masterfrom
ddomingues:add-rails-5-support

Conversation

@ddomingues
Copy link
Copy Markdown

@ddomingues ddomingues commented Aug 24, 2016

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

Since that belongs_to is required by default at Rails 5 we need to add the `inverse_of`option to has_many on the owner object or you will receive a validation error when you create try create it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rails 5 create action requires save before adding attachments

1 participant