nshki / chusaku

Annotate your Rails controllers with route info.
https://rubygems.org/gems/chusaku
MIT License
87 stars 4 forks source link

Override Rails 6 annotations #10

Closed justinshaw closed 4 years ago

justinshaw commented 4 years ago

Rails 6 adds some subjectively inferior annotations to controllers when scaffold is used. chusaku should detect and replace though, and ideally hook into scaffold itself.

nshki commented 4 years ago

Happy to have Chusaku detect and replace scaffolded annotations. Going to avoid hooking directly into the scaffold command for now.