zachinglis / crummy

Tasty breadcrumbs! Crummy is a simple and tasty way to add breadcrumbs to your Rails applications.
http://zachinglis.com
MIT License
358 stars 82 forks source link

Fix the micodata option when set as a direct option of render_crumbs #50

Closed GUI closed 11 years ago

GUI commented 11 years ago

If Crummy.configuration.microdata is set to true, passing in :microdata => false to render_crumbs will currently have no effect (due to the ||= semantics). This fixes that issues and adds some tests around the boolean options.

andrew commented 11 years ago

Great, thanks'

andrew commented 11 years ago

I've published this fix as part of v1.8.0 now: https://github.com/zachinglis/crummy/releases/tag/v1.8.0

Thanks again