# -*- encoding : utf-8 -*- class PlaquettesController < ApplicationController def show render :template => "plaquettes/"+params[:slug].to_s end end