Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / test / integration / app / test / fixtures / addresses.yml
1 <% 1.upto(40) do |num| %>
2 <%="address#{num}:" %>
3   id: <%= num %>
4   user_id: <%= num %>
5   name: <%= "Chicago Branch Office #{num}" %>
6   line_1: "3344 Airport Road"
7   line_2: "Suite 122"
8   city: "Chicago"
9   state_id: 15
10   province_region: "Cook County"
11   zip_postal_code: "43554"
12   country_id: 2
13 <% end %>