public
Description: Adds a depends_on class method to your ActiveRecord model so that you can define requisite objects. e.g. User.depends_on :profile, :attrs => [:first_name, :last_name, :email]
Homepage: http://stonean.com/wiki/classy-inheritance
Clone URL: git://github.com/stonean/classy-inheritance.git
classy-inheritance / .gitignore
100644 8 lines (7 sloc) 0.076 kb
1
2
3
4
5
6
7
8
*.DS_Store
*.swp
nbproject/**
pkg/**
doc/**
email.txt
test/database.sqlite3