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.