Skip to content

Instantly share code, notes, and snippets.

@xuncheng
Forked from joshuapinter/model.template.txt
Last active March 1, 2017 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xuncheng/bff4f645871508df8a5891f57e737c8d to your computer and use it in GitHub Desktop.
Save xuncheng/bff4f645871508df8a5891f57e737c8d to your computer and use it in GitHub Desktop.
Rails Model Template
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