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