mirror of https://github.com/fspc/BikeShed-1.git
Jason Denney
11 years ago
4 changed files with 9 additions and 4 deletions
@ -1,5 +1,6 @@ |
|||||
class SiteController < ApplicationController |
class SiteController < ApplicationController |
||||
|
|
||||
def index |
def index |
||||
|
@bike = current_user.bike |
||||
end |
end |
||||
end |
end |
||||
|
Loading…
Reference in new issue