-
-
Save xuncheng/bff4f645871508df8a5891f57e737c8d to your computer and use it in GitHub Desktop.
Rails Model Template
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 Klass < ActiveRecord::Base | |
# | |
# Attributes | |
# | |
# | |
# Constants & Enums | |
# | |
# | |
# Includes and Extensions | |
# | |
# | |
# Associations | |
# | |
# | |
# Callbacks | |
# | |
# | |
# Validations | |
# | |
# | |
# Scopes | |
# | |
# | |
# Other | |
# | |
# | |
# Class Methods | |
# | |
# | |
# Instance Methods | |
# | |
# | |
# Protected Methods | |
# | |
# | |
# Private Methods | |
# | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment