Class: PropertyType
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- PropertyType
- Defined in:
- app/models/property_type.rb
Class Method Summary collapse
-
.get_all_property_types ⇒ Object
Get All Property Types.
Class Method Details
.get_all_property_types ⇒ Object
Get All Property Types
11 12 13 |
# File 'app/models/property_type.rb', line 11 def self.get_all_property_types Hash[*PropertyType.pluck(:id, :name).flatten] end |