lib/mls/models/listing.rb in mls-0.2.43 vs lib/mls/models/listing.rb in mls-0.2.44
- old
+ new
@@ -37,10 +37,10 @@
property :rate_units, String, :default => '/sqft/mo'
property :rate_per_sqft_per_month, Decimal, :serialize => :false # need to make write methods for these that set rate to the according rate units. not accepted on api
property :rate_per_sqft_per_year, Decimal, :serialize => :false
property :monthly_rate, Decimal, :serialize => :false
property :yearly_rate, Decimal, :serialize => :false
- property :forecast_monthly_rate, Decimal, :serialize => :false
+ property :forecast_per_month, Decimal, :serialize => :false
property :sublease_expiration, DateTime
property :available_on, DateTime
property :maximum_term_length, Fixnum
property :minimum_term_length, Fixnum