From 9b7ca53f8e7ca17b911343319e7daa2ed5541c69 Mon Sep 17 00:00:00 2001 From: Jason Denney Date: Sat, 5 Jan 2013 14:09:37 -0500 Subject: [PATCH] remove comment --- app/controllers/site_controller.rb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/controllers/site_controller.rb b/app/controllers/site_controller.rb index bcf7c42..0263ee0 100644 --- a/app/controllers/site_controller.rb +++ b/app/controllers/site_controller.rb @@ -1,12 +1,7 @@ class SiteController < ApplicationController def index - render :inline => "<%= netzke :app_view, :layout => true%>", :layout => "application" -=begin - respond_to do |format| - format.html - end -=end + render :inline => "<%= netzke :app_view, :layout => true %>", :layout => "application" end end