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
When scoping a collection of records scope :foo, -> { where status: 'bar' }, the first record in the collection has a DummyValue for status and remains unloaded. Each record after the first is properly loaded with the correct status.
The text was updated successfully, but these errors were encountered:
When scoping a collection of records
scope :foo, -> { where status: 'bar' }
, the first record in the collection has aDummyValue
forstatus
and remains unloaded. Each record after the first is properly loaded with the correctstatus
.The text was updated successfully, but these errors were encountered: