p2w_app/app/controllers/welcome_controller.rb
Nicolas Bally 3ae9dff8f2 initial
2015-06-23 17:07:39 +02:00

12 lines
152 B
Ruby

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