e4011ef211
- schema changes to primary and foreign keys - fixture changes - customer data models subclass AccountScopedRecord - import script updated
12 lines
365 B
YAML
12 lines
365 B
YAML
37s:
|
|
id: <%= ActiveRecord::FixtureSet.identify("37s", :uuid) %>
|
|
name: 37signals
|
|
external_account_id: <%= ActiveRecord::FixtureSet.identify("37signals") %>
|
|
cards_count: 5
|
|
|
|
initech:
|
|
id: <%= ActiveRecord::FixtureSet.identify("initech", :uuid) %>
|
|
name: Initech LLC
|
|
external_account_id: <%= ActiveRecord::FixtureSet.identify("initech") %>
|
|
cards_count: 0
|