comfy / comfy-blog

Blog Engine for ComfortableMexicanSofa (Rails 5.2+)
MIT License
106 stars 86 forks source link

fixed issue #79 for version 1.12, missing parameter in admin/blog/blogs/_form.html.haml #80

Open JohnSmall opened 6 years ago

JohnSmall commented 6 years ago

Summary

Added missing parameter lookup_context.view_paths in

if (options = Comfy::Cms::Layout.app_layouts_for_select(lookup_context.view_paths)).present?

Thanks for contributing!