mls 0.2.42 → 0.2.43
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
@@ -69,7 +69,7 @@ class MLS::Listing < MLS::Resource
|
|
69
69
|
property :avatar_digest, String, :serialize => false
|
70
70
|
|
71
71
|
# Counter Caches
|
72
|
-
property :photos_count
|
72
|
+
property :photos_count, Fixnum, :serialize => :false
|
73
73
|
|
74
74
|
attr_accessor :address, :agents, :account, :photos, :flyer, :floorplan, :videos
|
75
75
|
attr_writer :amenities
|
data/mls.gemspec
CHANGED