envato-archive / guide

Document your application with a living component library and styleguide
https://rubygems.org/gems/guide
MIT License
8 stars 3 forks source link

Don't raise a NotImplementedError if template isn't used; breaks cells. #37

Closed lukearndt closed 8 years ago

lukearndt commented 8 years ago

This was breaking all of the structures in Envato Market that used Cells.

Turns out when a structure documents a cell, we don't use the template method. This has led to me believe that raising a NotImplementedError is over-zealous and limits what the application can do with the gem.

ppj commented 8 years ago

LGTM 👍