plexus / yaks

Ruby library for building hypermedia APIs
http://rubygems.org/gems/yaks
MIT License
236 stars 26 forks source link

BasicObject/Object mapper lookup #82

Closed groyoh closed 9 years ago

groyoh commented 9 years ago

Currently, the current behavior for mapper look up is to look for parent class mapper when not found. Eventually, it may try to find a mapper for Object and BasicObject classes when not found. As mentioned here and here, it might be better to filter look up for these two classes.