From 8b43d286b3ee77888c504fc9e590bac27c969258 Mon Sep 17 00:00:00 2001 From: Filippo Liverani Date: Tue, 25 Feb 2020 12:38:09 +0100 Subject: [PATCH] Add Address name attribute to developer guide --- guides/source/developers/users/addresses.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/source/developers/users/addresses.html.md b/guides/source/developers/users/addresses.html.md index 28a98b42f56..1c42837b3bd 100644 --- a/guides/source/developers/users/addresses.html.md +++ b/guides/source/developers/users/addresses.html.md @@ -17,6 +17,7 @@ Spree::User.find(1).addresses `Spree::Address` objects have the following attributes: +- `name`: The full name for the person at this address. - `firstname`: The first name for the person at this address. - `lastname`: The last name for the person at this address. - `address1` and `address2`: The street address (with an optional second line).