Closed gazayas closed 7 months ago
Fixes #99.
To test, I scaffolded the Project model as per the documentation:
Project
rails generate super_scaffold Project Team name:text_field rails generate super_scaffold:action_models:targets_many Archive Project Team
Here is the git status with this branch where you can see that the correct routes file is being updated.
git status
We shouldn't need anything else besides the changes I have here, but it might help us to incorporate a test for the bump version task.
Thanks, @gazayas! I just released this in version 1.2.16
Fixes #99.
To test, I scaffolded the
Project
model as per the documentation:Here is the
git status
with this branch where you can see that the correct routes file is being updated.We shouldn't need anything else besides the changes I have here, but it might help us to incorporate a test for the bump version task.