We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to #50, it looks like Rails 6 has broken/removed attributes_with_values_for_create
attributes_with_values_for_create
NoMethodError: undefined method `attributes_with_values_for_create' for #<User:0x00007f9a584e9310>
The text was updated successfully, but these errors were encountered:
Oh yes, see here rails/rails@56ca81a
Sorry, something went wrong.
Add this to your Gemfile if you require early Rails 6.0 usage of Polo gem:
gem "polo", "0.6.0.pre", git: "https://github.com/jonwaghorn/polo.git", branch: "feature/rails-6-pre"
Fixed in #56. Long ago, ha!
No branches or pull requests
Similar to #50, it looks like Rails 6 has broken/removed
attributes_with_values_for_create
The text was updated successfully, but these errors were encountered: