d5a4239d19
to be more generic for the open-source release. Find the signal account via Account#external_account Find the signal user via User#external_user
7 lines
188 B
YAML
7 lines
188 B
YAML
37s:
|
|
name: 37signals
|
|
join_code: "ejpP-THlQ-Cc2f"
|
|
<% if Account.reflect_on_association :external_account %>
|
|
tenant_id: <%= ActiveRecord::FixtureSet.identify :'37s_fizzy' %>
|
|
<% end %>
|