Skip to content

Commit

Permalink
Merge pull request #15 from doomspork/sane-defaults
Browse files Browse the repository at this point in the history
Default property collections
  • Loading branch information
doomspork committed Jul 23, 2015
2 parents e7ae543 + 86cb91a commit 9dda40f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/mits/v3.0/property.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ class Property
include SimpleObjects::Base

attribute :address
attribute :amenities
attribute :amenities, default: []
attribute :company_id
attribute :deposit
attribute :description
attribute :fees
attribute :files
attribute :floorplans
attribute :fees, default: []
attribute :files, default: []
attribute :floorplans, default: []
attribute :id
attribute :name
attribute :phones
attribute :phones, default: []
attribute :policy
attribute :summary
attribute :type
attribute :units
attribute :units, default: []
attribute :website
end
end
Expand Down

0 comments on commit 9dda40f

Please sign in to comment.