Skip to content

Commit

Permalink
Add Address name attribute to developer guide
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoliverani committed Feb 28, 2020
1 parent 9b48adc commit e446ac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guides/source/developers/users/addresses.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit e446ac9

Please sign in to comment.