Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / test / integration / app / app / models / state.rb
1 class State < ActiveRecord::Base
2   has_many :addresses
3 end