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 / Manifest.txt
100644 13 lines (12 sloc) 0.282 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
History.txt
License.txt
Manifest.txt
README.txt
Rakefile
lib/classy-inheritance.rb
test/test_classy-inheritance.rb
test/test_helper.rb
test/test_polymorphic_associations.rb
test/test_with_optional_dependency.rb
test/test_with_prefix_postfix.rb
test/test_with_standard_attributes.rb