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
So why root 'users', 'user' not root :users, :user when all expose methods in docs generates symbols i.e. expose :user_name
root 'users', 'user'
root :users, :user
expose
expose :user_name
I find it out when using merge: true option and comparing keys.
merge: true
The text was updated successfully, but these errors were encountered:
mmh, nice to know … please can you correct the README then, thanks
Sorry, something went wrong.
No branches or pull requests
So why
root 'users', 'user'
notroot :users, :user
when allexpose
methods in docs generates symbols i.e.expose :user_name
I find it out when using
merge: true
option and comparing keys.The text was updated successfully, but these errors were encountered: