6 lines
175 B
Ruby
6 lines
175 B
Ruby
class AnnonceOffice < ActiveRecord::Base
|
|
OFFRE_TYPES = ["Location" , "Vente"]
|
|
|
|
BIEN_TYPES = "Bureaux", "Fond de commerces", "Local commercial", "Stockage", "Divers"
|
|
end
|