lib/mls/models/listing.rb in mls-0.9.1 vs lib/mls/models/listing.rb in mls-0.9.2
- old
+ new
@@ -146,9 +146,13 @@
"Floor Lease"
end
end
end
+ def rate?
+ !!@rate
+ end
+
# TODO: remove /desk/mo conversions
def rate(units='/sqft/mo')
if rate_units == '/sqft/mo'
if units == '/sqft/mo'