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
The gem will pre-fetch all columns on the resource prior to generation so you can edit them in the builder dsl.
For this specific case, I've altered serialization to ensure that those attributes actually exist on the resource being passed in.
Can I ask you to have a go at what is currently on master and let me know if this solves the problem without requiring you to manually delete the columns that are not in scope?
When using a "scoped_collection" to limit the columns returned in an activerecord query you will get the error "ActiveModel::MissingAttributeError".
The text was updated successfully, but these errors were encountered: