Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / test / models / aquatic / fish.rb
1 class Aquatic::Fish < ActiveRecord::Base
2   # set_table_name "fish"
3   # attr_accessor :after_find_test, :after_initialize_test
4 end
5