mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 08:31:39 -04:00
lk | removes ready-for-pickup bikes list
This commit is contained in:
@@ -5,10 +5,6 @@ class FreecycleryController < ApplicationController
|
||||
@closed_applications = Client.closed_applications
|
||||
end
|
||||
|
||||
def ready_for_pickup
|
||||
@bikes_for_pickup = Bike.bikes_ready_for_pickup
|
||||
end
|
||||
|
||||
def available_bikes
|
||||
@available_bikes = Bike.available_for_freecyclery
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user