16 lines
501 B
YAML
16 lines
501 B
YAML
david_in_37signals:
|
|
identity: david
|
|
tenant: <%= ActiveRecord::FixtureSet.identify("37signals") %> # matches the external_account_id
|
|
|
|
jz_in_37signals:
|
|
identity: jz
|
|
tenant: <%= ActiveRecord::FixtureSet.identify("37signals") %> # matches the external_account_id
|
|
|
|
kevin_in_37signals:
|
|
identity: kevin
|
|
tenant: <%= ActiveRecord::FixtureSet.identify("37signals") %> # matches the external_account_id
|
|
|
|
mike_in_initech:
|
|
identity: mike
|
|
tenant: <%= ActiveRecord::FixtureSet.identify("initech") %>
|