class PagesController < ApplicationController def soon render :layout => 'soon' end def home end end