Sha256: de3000f0e03c9fff89fe12ffe80cb09321df17cb4d36be7b963c4c4f43182b86

Contents?: true

Size: 166 Bytes

Versions: 5

Compression:

Stored size: 166 Bytes

Contents

class Urbanity < ActiveRecord::Base
  self.primary_key = "name"
  
  has_many :residential_energy_consumption_survey_responses

  col :name

  warn_unless_size 4
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
earth-0.12.4 lib/earth/residence/urbanity.rb
earth-0.12.3 lib/earth/residence/urbanity.rb
earth-0.12.2 lib/earth/residence/urbanity.rb
earth-0.12.1 lib/earth/residence/urbanity.rb
earth-0.12.0 lib/earth/residence/urbanity.rb