Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / test / integration / app / app / models / address.rb
1 class Address < ActiveRecord::Base
2   belongs_to :user
3   belongs_to :state
4 end