Closed teubanks closed 11 years ago
When updating a field that doesn't exist, instead of raising an error indicating the field is unknown, it fails with this error:
NameError: uninitialized constant ActiveRemote::Attributes::UnknownAttributeError from ~/active_remote-1.3.3/lib/active_remote/attributes.rb:11:in `read_attribute'
Yep, that's definitely an issue. I overrode ActiveAttr's code, but copied it without paying much attention. I'll get a fix out soon.
This is now fixed.
When updating a field that doesn't exist, instead of raising an error indicating the field is unknown, it fails with this error:
NameError: uninitialized constant ActiveRemote::Attributes::UnknownAttributeError from ~/active_remote-1.3.3/lib/active_remote/attributes.rb:11:in `read_attribute'