Files
fizzy/test/fixtures/memberships.yml
T
2025-11-17 09:11:57 -05:00

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") %>