Skip to content

Instantly share code, notes, and snippets.

@ugisozols
Created October 12, 2013 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ugisozols/6948325 to your computer and use it in GitHub Desktop.
Save ugisozols/6948325 to your computer and use it in GitHub Desktop.
Specifying custom layout only for Refinery::Blog::Post part.
# app/decorators/controllers/refinery/blog/posts_controller_decorator.rb
Refinery::Blog::PostsController.class_eval do
layout "my_custom_layout"
end
@vinchi777
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment