Browse Source

remove comment

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

7
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

Loading…
Cancel
Save