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
Unfortunately am stuck using 1.8.7
Savon settings:
convert_request_keys_to :camelelcase element_form_default :qualified
but this is not applying to the :order! array, so I am getting an argument error: Missing elements in :order! [:user_name, :email_count]
:order!
Missing elements in :order! [:user_name, :email_count]
Upon further exploration the error is coming from
gyoku-1.0.0/lib/gyoku/hash.rb:76:in `order' hashable = [:email_count, :user_name] orderable = ['userName', 'emailCount']
Thanks
The text was updated successfully, but these errors were encountered:
Sorry, this seems more like a savon issue.
Sorry, something went wrong.
No branches or pull requests
Unfortunately am stuck using 1.8.7
Savon settings:
but this is not applying to the
:order!
array, so I am getting an argument error:Missing elements in :order! [:user_name, :email_count]
Upon further exploration the error is coming from
Thanks
The text was updated successfully, but these errors were encountered: