Louis | Adds page for available freecyclery bikes

This commit is contained in:
Loos
2014-10-09 19:42:08 -04:00
parent b717cba355
commit 9fad8ded1b
6 changed files with 58 additions and 2 deletions
@@ -9,5 +9,8 @@ class FreecycleryController < ApplicationController
@bikes_for_pickup = Bike.bikes_ready_for_pickup
end
def available_bikes
@available_bikes = Bike.available_for_freecyclery
end
end