Active Record Model Best Practices

When refactoring a Rails model, analyze the file and extract code into the appropriate pattern based on what the code does. The model itself should only contain associations, enums, basic validations, and concern includes.

majiayu000 40af766 2 files · 6.5 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/development/active-record-model-best-practices commit 40af76651b

Frequently asked questions

npx skillmds add majiayu000/active-record-model-best-practices