remove comment

This commit is contained in:
Jason Denney
2013-01-05 14:09:37 -05:00
parent c00c8fa3df
commit 9b7ca53f8e
-5
View File
@@ -2,11 +2,6 @@ class SiteController < ApplicationController
def index def index
render :inline => "<%= netzke :app_view, :layout => true %>", :layout => "application" render :inline => "<%= netzke :app_view, :layout => true %>", :layout => "application"
=begin
respond_to do |format|
format.html
end
=end
end end
end end