diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb index 70e730a..5310762 100644 --- a/app/controllers/home_controller.rb +++ b/app/controllers/home_controller.rb @@ -15,7 +15,13 @@ class HomeController < ApplicationController end def chat - render :action => "chat" + begin + render :action => "chat" + rescue + render :text => "
" << + "Keep it on-site" << + "
", :layout => "application" + end end def privacy