diff --git a/app/furniture/marketplace/flyers_controller.rb b/app/furniture/marketplace/flyers_controller.rb index 736af3392..79705fabc 100644 --- a/app/furniture/marketplace/flyers_controller.rb +++ b/app/furniture/marketplace/flyers_controller.rb @@ -2,7 +2,7 @@ class Marketplace class FlyersController < Controller - layout "nude" + layout "minimal" expose :flyer, -> { marketplace.flyer } def show diff --git a/app/views/layouts/nude.html.erb b/app/views/layouts/minimal.html.erb similarity index 100% rename from app/views/layouts/nude.html.erb rename to app/views/layouts/minimal.html.erb