Closed ahallock closed 4 years ago
Should render CMS layout.
Tries to find a view template using the typical Rails view directories
render cms_layout
Rails version: 4.2.9
CMS version: 1.12.7
Ruby version: 2.5.7
I mistakenly used a newer option cms_fragments when I should have been using cms_blocks
cms_fragments
cms_blocks
Expected behavior
Should render CMS layout.
Actual behavior
Tries to find a view template using the typical Rails view directories
Steps to reproduce
render cms_layout
option documented at: https://github.com/comfy/comfortable-mexican-sofa/wiki/Docs:-CMS-Render-MethodsSystem configuration
Rails version: 4.2.9
CMS version: 1.12.7
Ruby version: 2.5.7