mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-02-28 16:53:23 -05:00
8 lines
160 B
Ruby
8 lines
160 B
Ruby
class SiteController < ApplicationController
|
|
|
|
def index
|
|
render :inline => "<%= netzke :app_view, :layout => true %>", :layout => "application"
|
|
end
|
|
|
|
end
|