mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 08:31:39 -04:00
Louis | Adds page for available freecyclery bikes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user