Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / test / models / frog.rb
1 class Frog < ActiveRecord::Base
2
3 end
4