-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently, if an attribute doesn't exist on an object, NoMethodError comes back. But perhaps we should raise a Remote Record-specific error, say AttributeNotFound, if the attribute doesn't exist on the object.
We could also have a mode where nil is returned for a failed attribute lookup. This could be toggled at the library config level, Remote Record class level, or instance level.
Metadata
Metadata
Assignees
Labels
No labels