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

8 lines
160 B
Ruby
Raw Normal View History

2012-12-04 00:46:15 -05:00
class SiteController < ApplicationController
def index
2013-01-05 14:09:37 -05:00
render :inline => "<%= netzke :app_view, :layout => true %>", :layout => "application"
2012-12-04 00:46:15 -05:00
end
end