Navigation Menu

Skip to content

Commit

Permalink
Adding region proper_name field to the model.
Browse files Browse the repository at this point in the history
  • Loading branch information
waratuman committed Jul 25, 2013
1 parent 398f042 commit 3e4da41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/mls/models/region.rb
@@ -1,7 +1,8 @@
class MLS::Region < MLS::Resource

property :id, Fixnum, :serialize => :if_present
property :name, String, :serialize => :if_present
property :name, String, :serialize => false
property :proper_name String, :serialize => :if_present
property :common_name, String, :serialize => :if_present
property :description, String, :serialize => :if_present
property :code, String, :serialize => :if_present
Expand Down
2 changes: 1 addition & 1 deletion mls.gemspec
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "mls"
s.version = '0.5.9'
s.version = '0.5.10'
s.authors = ["James R. Bracy", "Jon Bracy"]
s.email = ["james@42floors.com"]
s.homepage = "http://mls.42floors.com"
Expand Down

0 comments on commit 3e4da41

Please sign in to comment.