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
-6
View File
@@ -1,6 +0,0 @@
class SiteController < ApplicationController
def index
@bike = current_user.bike
end
end