Renaming LastUsedAddress as AddressFinder

This commit is contained in:
Rob Harrington
2017-01-20 11:44:18 +11:00
parent 1b72b7258d
commit 4a0dab3608
5 changed files with 53 additions and 53 deletions

View File

@@ -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)