Velocipede's User, Sales, and Bike Inventory Web App
 
 
 
 
 
 

7 lines
160 B

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