Adding makeshift home button, Added view your bike link

This commit is contained in:
Jason Denney
2014-03-16 13:34:56 -04:00
parent 8f637348cf
commit 9527725e07
4 changed files with 9 additions and 4 deletions
+1
View File
@@ -1,5 +1,6 @@
class SiteController < ApplicationController
def index
@bike = current_user.bike
end
end