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
Where is this documented? I've look at the RDocs and at the specs (🙀) and nothing works!
The text was updated successfully, but these errors were encountered:
rails [5.1.7] (bigcommerce-test)$ cust[0].class => Bigcommerce::Customer rails [5.1.7] (bigcommerce-test)$ cust[0].class.update(cust[0].id, cust[0]) Traceback (most recent call last): 1: from (irb):30 NoMethodError (undefined method `put' for nil:NilClass) Did you mean? puts putc rails [5.1.7] (bigcommerce-test)$ cust[0].class.update(cust[0].id, cust[0].to_h) Traceback (most recent call last): 2: from (irb):31 1: from (irb):31:in `rescue in irb_binding' NoMethodError (undefined method `put' for nil:NilClass) rails [5.1.7] (bigcommerce-test)$ cust[0].update => #<Bigcommerce::Customer ...
Of course #update is silly Hashie method.
#update
Sorry, something went wrong.
I did find this but given the example above update doesn't work :(
No branches or pull requests
Where is this documented? I've look at the RDocs and at the specs (🙀) and nothing works!
The text was updated successfully, but these errors were encountered: