mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-19 04:49:15 +00:00
Renaming LastUsedAddress as AddressFinder
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# according to this order: customer addresses, user addresses, addresses from
|
||||
# completed orders with an email that matches the email string provided.
|
||||
module OpenFoodNetwork
|
||||
class LastUsedAddress
|
||||
class AddressFinder
|
||||
attr_accessor :email, :user, :customer
|
||||
|
||||
def initialize(*args)
|
||||
Reference in New Issue
Block a user