Skip to content
New issue

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

Allow skipping generating route and/or controller with view_with_vue generator #28

Open
joekrump opened this issue Jul 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@joekrump
Copy link
Collaborator

joekrump commented Jul 4, 2023

This could be handy in cases where a view already exists because it was already generated by something such as the scaffold generator.

If a person wants to just replace the index view with a view that uses Vue.js for part of its rendering, then they may not want to have a new route entry defined (since one already exists) or a new controller method (since that already exists too)

@joekrump joekrump added the enhancement New feature or request label Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant