Skip to content

Commit

Permalink
Add cabin / cottage as a property type (#1658)
Browse files Browse the repository at this point in the history
* Add cabin / cottage as property type

Signed-off-by: Eirik H <[email protected]>

* Update app/models/property.rb

Signed-off-by: Zach Gollwitzer <[email protected]>

---------

Signed-off-by: Eirik H <[email protected]>
Signed-off-by: Zach Gollwitzer <[email protected]>
Co-authored-by: Zach Gollwitzer <[email protected]>
  • Loading branch information
eithe and zachgoll authored Jan 27, 2025
1 parent 2a20257 commit 7265f58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/models/property.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7265f58

Please sign in to comment.