1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 16:53:23 -05:00

remove site controller and views

This commit is contained in:
Brigitte Warner 2014-08-14 21:14:45 -04:00
parent a4b6ca12f9
commit 0cc44273d0
2 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
class SiteController < ApplicationController
def index
@bike = current_user.bike
end
end