Created
June 30, 2022 11:10
-
-
Save ndkhoa/8dbd2ebb527ca2a67aadf6e79ad8bad0 to your computer and use it in GitHub Desktop.
Class convention
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
| class ClassName | |
| # Extends / Includes | |
| # Constants | |
| # Attributes | |
| # Associations | |
| # Validates | |
| # Callbacks | |
| # Scopes | |
| # Class Methods | |
| # Delegate Methods | |
| # Instances Methods | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment