6 lines
75 B
Ruby
6 lines
75 B
Ruby
class AnnonceCamping < ActiveRecord::Base
|
|
|
|
BIEN_TYPES = ["Camping"]
|
|
|
|
end
|