Browse Source

remove site controller and views

menu-feature
Brigitte Warner 10 years ago
parent
commit
0cc44273d0
  1. 6
      app/controllers/site_controller.rb
  2. 0
      app/views/site/index.html.haml

6
app/controllers/site_controller.rb

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

0
app/views/site/index.html.haml

Loading…
Cancel
Save