remove comment

This commit is contained in:
Jason Denney
2013-01-05 14:09:37 -05:00
parent c00c8fa3df
commit 9b7ca53f8e
+1 -6
View File
@@ -1,12 +1,7 @@
class SiteController < ApplicationController 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