Skip to content

Instantly share code, notes, and snippets.

@sergii
Forked from route/template.rb
Created June 7, 2016 13:07
Show Gist options
  • Save sergii/bb1c778c80c9302971256f68949d84ac to your computer and use it in GitHub Desktop.
Save sergii/bb1c778c80c9302971256f68949d84ac to your computer and use it in GitHub Desktop.
AR template
class Example < ActiveRecord::Base
## included modules & attr_*
## associations
## plugins
## named_scopes
## validations
## callbacks
## class methods
## public methods
## protected methods
protected
## private methods
private
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment