lib/mls/models/listing.rb in mls-0.6.2 vs lib/mls/models/listing.rb in mls-0.6.3

- old
+ new

@@ -22,9 +22,10 @@ property :photo_ids, Array, :serialize => :if_present property :name, String property :type, String, :default => 'lease' property :state, String, :default => 'listed' + property :visible, Boolean, :default => true property :space_type, String, :default => 'unit' property :unit, String property :floor, Fixnum property :description, String