This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
p-refactor-c | |
Refactor this Rails 7 controller to | |
Additional instructions: | |
- We want slim controllers with logic in model, PORO, or concern. | |
- Only use RESTful routes. Use namespaces/nested resources for additional actions. | |
- Check context in the following directories and files: | |
app/controllers/ | |
app/models/ |
OlderNewer