lib/mls/models/listing.rb in mls-0.9.5 vs lib/mls/models/listing.rb in mls-0.9.6

- old
+ new

@@ -47,12 +47,11 @@ property :forecast_rate_per_month, Decimal, :serialize => :false property :forecast_rate_per_sqft_per_month, Decimal, :serialize => :false property :forecast_rate_per_sqft_per_year, Decimal, :serialize => :false property :available_on, DateTime - property :maximum_term_length, Fixnum - property :minimum_term_length, Fixnum - property :term_length_units, String, :default => 'years' + property :term, Fixnum + property :term_units, String, :default => 'years' property :offices, Fixnum property :conference_rooms, Fixnum property :bathrooms, Fixnum