1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 16:53:23 -05:00
BikeShed-1/app/controllers/site_controller.rb
2013-01-05 14:09:37 -05:00

8 lines
160 B
Ruby

class SiteController < ApplicationController
def index
render :inline => "<%= netzke :app_view, :layout => true %>", :layout => "application"
end
end