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
This:
console ouzo:routes --add users#assign
Could add method assign for UsersController and also add route
assign
UsersController
Route::get('/users/assign', 'users#assign');
And also regenerate uri helper. For generating other methods (post, resource etc) a flag could be used.
post
resource
The text was updated successfully, but these errors were encountered:
I don't know if
console ouzo:routes
is a good name.
How is it called in RoR?
Sorry, something went wrong.
Duplicate of #238
In RoR that is
rails generate resource User
so maybe
console ouzo:resource users#assign
?
No branches or pull requests
This:
Could add method
assign
forUsersController
and also add routeAnd also regenerate uri helper. For generating other methods (
post
,resource
etc) a flag could be used.The text was updated successfully, but these errors were encountered: