Skip to content

Commit

Permalink
syntax fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
bemky committed Aug 22, 2013
1 parent d124951 commit 5b69c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mls/models/listing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class MLS::Listing < MLS::Resource
property :available_on, DateTime
property :maximum_term_length, Fixnum
property :minimum_term_length, Fixnum
property :term_length_units String, :default => "years"
property :term_length_units, String, :default => 'years'

property :offices, Fixnum
property :conference_rooms, Fixnum
Expand Down

0 comments on commit 5b69c61

Please sign in to comment.