Sha256: 57574f8829f1b4aab0f26ab4372a0e4f652693ea39487f5f17f4bba85d44ca6f

Contents?: true

Size: 289 Bytes

Versions: 1

Compression:

Stored size: 289 Bytes

Contents

#
# Hood/Neighborhood
#
class Hood
  include Mongoid::Document
  include Geopolitocracy

  field :souls, type: Integer
  field :rank,  type: Integer
  field :zip,   type: Integer

  belongs_to :city

  validates :city, presence: true
  validates :name, uniqueness: { scope: :city_id }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
geopolitical-0.8.8 app/models/hood.rb