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

6 lines
98 B

class SiteController < ApplicationController
def index
@bike = current_user.bike
end
end