Skip to content
New issue

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

undefined method `attribute' #106

Open
rainchendan opened this issue Jan 2, 2014 · 3 comments
Open

undefined method `attribute' #106

rainchendan opened this issue Jan 2, 2014 · 3 comments

Comments

@rainchendan
Copy link

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'
@rainchendan
Copy link
Author

Upgrade 1.7.2 to 1.8.0

@rainchendan
Copy link
Author

class StateInfo < ParseResource::Base
belongs_to :play_info
belongs_to :user

fields :play, :user, :team, :version, :count, :comment
end

@cpjolicoeur
Copy link
Collaborator

Can you please link to a gist with the full stack trace.

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

No branches or pull requests

2 participants