# -*- encoding : utf-8 -*- class Public::RealisationsController < ApplicationController layout "public" def show @realisation = Realisation.find_by_slug(params[:id]) end end