vivre_app/app/controllers/public/home_controller.rb

12 lines
116 B
Ruby

class Public::HomeController < ApplicationController
layout "public"
def boutique
end
end