mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 05:25:24 +02:00
Add cabin / cottage as a property type (#1658)
* Add cabin / cottage as property type Signed-off-by: Eirik H <post@eirikh.no> * Update app/models/property.rb Signed-off-by: Zach Gollwitzer <zach.gollwitzer@gmail.com> --------- Signed-off-by: Eirik H <post@eirikh.no> Signed-off-by: Zach Gollwitzer <zach.gollwitzer@gmail.com> Co-authored-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>
This commit is contained in:
parent
2a202576f8
commit
7265f58518
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ class Property < ApplicationRecord
|
|||
[ "Multi-Family Home", "multi_family_home" ],
|
||||
[ "Condominium", "condominium" ],
|
||||
[ "Townhouse", "townhouse" ],
|
||||
[ "Investment Property", "investment_property" ]
|
||||
[ "Investment Property", "investment_property" ],
|
||||
[ "Second Home", "second_home" ]
|
||||
]
|
||||
|
||||
has_one :address, as: :addressable, dependent: :destroy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue