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
NoMethodError - undefined method `attribute' for #<StateInfo:0x007f8666c5e420>: activemodel (3.2.13) lib/active_model/attribute_methods.rb:407:in `method_missing' activemodel (3.2.13) lib/active_model/attribute_methods.rb:416:in `attribute_missing' activemodel (3.2.13) lib/active_model/attribute_methods.rb:407:in `method_missing'
The text was updated successfully, but these errors were encountered:
Upgrade 1.7.2 to 1.8.0
Sorry, something went wrong.
class StateInfo < ParseResource::Base belongs_to :play_info belongs_to :user
fields :play, :user, :team, :version, :count, :comment end
Can you please link to a gist with the full stack trace.
No branches or pull requests
The text was updated successfully, but these errors were encountered: