Browse Source

remove comment

denney-disable-on-select
Jason Denney 12 years ago
parent
commit
9b7ca53f8e
  1. 5
      app/controllers/site_controller.rb

5
app/controllers/site_controller.rb

@ -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

Loading…
Cancel
Save