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 |
|||
|
|||
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…
Reference in new issue