Skip to content

Instantly share code, notes, and snippets.

@cantonic
Created August 24, 2012 16:18
Show Gist options
  • Save cantonic/3452463 to your computer and use it in GitHub Desktop.
Save cantonic/3452463 to your computer and use it in GitHub Desktop.
Spree::StaticContentController.class_eval do
def determine_layout
return @page.layout if @page and @page.layout.present? and not @page.render_layout_as_partial?
'layouts/my_layout'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment