Fix wrong decoration for nested classes by sinsoku · Pull Request #105 · amatsuda/active_decorator

ActiveDecorator decorates incorrectly for the nested class that do not define decorator. comic = Foo::Comic.new ActiveDecorator::Decorator.instance.decorate(comic) comic.is_a?(ComicDecorator) #=&g...