Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / Manifest
1 TODO
2 test/unit/polymorph_test.rb
3 test/test_helper.rb
4 test/schema.rb
5 test/modules/other_extension_module.rb
6 test/modules/extension_module.rb
7 test/models/wild_boar.rb
8 test/models/tabby.rb
9 test/models/petfood.rb
10 test/models/person.rb
11 test/models/parentship.rb
12 test/models/kitten.rb
13 test/models/frog.rb
14 test/models/eaters_foodstuff.rb
15 test/models/dog.rb
16 test/models/cat.rb
17 test/models/canine.rb
18 test/models/beautiful_fight_relationship.rb
19 test/models/aquatic/whale.rb
20 test/models/aquatic/pupils_whale.rb
21 test/models/aquatic/fish.rb
22 test/fixtures/wild_boars.yml
23 test/fixtures/petfoods.yml
24 test/fixtures/people.yml
25 test/fixtures/keep_your_enemies_close.yml
26 test/fixtures/frogs.yml
27 test/fixtures/eaters_foodstuffs.yml
28 test/fixtures/cats.yml
29 test/fixtures/bow_wows.yml
30 test/fixtures/aquatic/whales.yml
31 test/fixtures/aquatic/little_whale_pupils.yml
32 test/fixtures/aquatic/fish.yml
33 README
34 Manifest
35 LICENSE
36 lib/has_many_polymorphs.rb
37 lib/has_many_polymorphs/support_methods.rb
38 lib/has_many_polymorphs/reflection.rb
39 lib/has_many_polymorphs/rake_task_redefine_task.rb
40 lib/has_many_polymorphs/dependencies.rb
41 lib/has_many_polymorphs/debugging_tools.rb
42 lib/has_many_polymorphs/configuration.rb
43 lib/has_many_polymorphs/class_methods.rb
44 lib/has_many_polymorphs/base.rb
45 lib/has_many_polymorphs/autoload.rb
46 lib/has_many_polymorphs/association.rb
47 init.rb
48 generators/tagging/templates/tags.yml
49 generators/tagging/templates/taggings.yml
50 generators/tagging/templates/tagging_test.rb
51 generators/tagging/templates/tagging_extensions.rb
52 generators/tagging/templates/tagging.rb
53 generators/tagging/templates/tag_test.rb
54 generators/tagging/templates/tag.rb
55 generators/tagging/templates/migration.rb
56 generators/tagging/tagging_generator.rb
57 CHANGELOG