mls 0.2.25 → 0.2.26
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/mls/models/listing.rb +1 -1
- data/mls.gemspec +1 -1
- metadata +1 -1
data/lib/mls/models/listing.rb
CHANGED
@@ -62,7 +62,7 @@ class MLS::Listing < MLS::Resource
|
|
62
62
|
property :leased_on, DateTime
|
63
63
|
|
64
64
|
property :flyer_id, Fixnum, :serialize => :if_present
|
65
|
-
property :floorplan_id
|
65
|
+
property :floorplan_id, Fixnum, :serialize => :if_present
|
66
66
|
|
67
67
|
property :avatar_digest, String, :serialize => false
|
68
68
|
attr_accessor :address, :agents, :account, :photos, :flyer, :floorplan, :videos
|
data/mls.gemspec
CHANGED