solnic / virtus

[DISCONTINUED ] Attributes on Steroids for Plain Old Ruby Objects
MIT License
3.77k stars 229 forks source link

WIP #170 - Fix problem with Virtus extend module #176

Closed cored closed 11 years ago

cored commented 11 years ago

After including Virtus to a module and then including that module to another class in particular with Boolean type a const_missing error appears. The solution was to add the ClassMethods#const_missing method to ModuleExtensions.