Skip to content

Instantly share code, notes, and snippets.

@syabruk
Forked from route/template.rb
Created January 15, 2013 16:48
Show Gist options
  • Save syabruk/4540044 to your computer and use it in GitHub Desktop.
Save syabruk/4540044 to your computer and use it in GitHub Desktop.
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