mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-02-28 08:43:23 -05:00
remove comment
This commit is contained in:
parent
c00c8fa3df
commit
9b7ca53f8e
@ -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…
x
Reference in New Issue
Block a user