You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ProviderImage with provider account assocition is little bit confusing:
I can specify model which represents provider accounts by setting "Tim.provider_account_class"
but on the other side provider_account_id is of type string:
db/migrate/20120911204329_create_tim_provider_images.rb: t.string :provider_account_id
also populate_factory_fields method in ProviderImage model sets provider_account_id attribute directly from iamgefactory value.
expected behavior:
ProviderImage model should be ideally connected with a provider account model by common AR ids.
The text was updated successfully, but these errors were encountered:
ProviderImage with provider account assocition is little bit confusing:
I can specify model which represents provider accounts by setting "Tim.provider_account_class"
but on the other side provider_account_id is of type string:
db/migrate/20120911204329_create_tim_provider_images.rb: t.string :provider_account_id
also populate_factory_fields method in ProviderImage model sets provider_account_id attribute directly from iamgefactory value.
expected behavior:
ProviderImage model should be ideally connected with a provider account model by common AR ids.
The text was updated successfully, but these errors were encountered: