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
The documentation for coal says:
If not logged in, then it's possible to create your account
client = Locomotive::Coal::Client.new('http://www.myengine.dev') client.my_account.create(name: 'John Doe', email: '[email protected]', password: 'easyone', password_confirmation: 'easyone')
But, when I try that, I get: ArgumentError (wrong number of arguments (given 1, expected 2..3))
ArgumentError (wrong number of arguments (given 1, expected 2..3))
So, at server setup can you create the first account with Coal?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The documentation for coal says:
If not logged in, then it's possible to create your account
But, when I try that, I get:
ArgumentError (wrong number of arguments (given 1, expected 2..3))
So, at server setup can you create the first account with Coal?
The text was updated successfully, but these errors were encountered: