Skip to content

Instantly share code, notes, and snippets.

@ndkhoa
Created June 30, 2022 11:10
Show Gist options
  • Select an option

  • Save ndkhoa/8dbd2ebb527ca2a67aadf6e79ad8bad0 to your computer and use it in GitHub Desktop.

Select an option

Save ndkhoa/8dbd2ebb527ca2a67aadf6e79ad8bad0 to your computer and use it in GitHub Desktop.
Class convention
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