mirror of https://github.com/fspc/BikeShed-1.git
Jason Denney
12 years ago
1 changed files with 1 additions and 6 deletions
@ -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 |
||||
|
Loading…
Reference in new issue