test/test_helper.rb in classy-inheritance-0.6.2 vs test/test_helper.rb in classy-inheritance-0.6.4

- old
+ new

@@ -44,9 +44,11 @@ t.string :line_one t.string :line_two t.string :city t.string :state_code t.string :postal_code + t.string :owner_type + t.integer :owner_id t.timestamps end create_table :offices, :force => true do |t|