action-controller-best-practices
Controllers should be thin traffic cops — they receive input via params, delegate to the appropriate object, and decide what to render or redirect. Each action should be roughly 5-10 lines. If an acti
Also installable via skills CLI
npx skills add CodySwannGT/lisa/plugins/lisa-rails/skills/action-controller-best-practices
Source
Path:
plugins/lisa-rails/skills/action-controller-best-practices/SKILL.md(main)