class WelcomeController < ApplicationController def index @accueil = true end def show render :action => params[:slug] end end