Skip to content

Instantly share code, notes, and snippets.

@matiss
Created July 16, 2012 20:09
Show Gist options
  • Save matiss/3124727 to your computer and use it in GitHub Desktop.
Save matiss/3124727 to your computer and use it in GitHub Desktop.
Rails model structure comments
# encoding: utf-8
class Model
#
# Constants
#
# Fields (Optional)
#
# Attributes
#
# Relations
#
# Indexing (Optional)
#
# Validation
#
# Callbacks
#
# Scopes
#
# Class/Instance Methods
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment