class PrivateController < SecureApplicationController def index render :text => "This is a private page.", :layout => true end end