Sha256: 8389ef2c9858d6923323ab077914971263b913aac45c3a469e0a668d7622c7e1
Contents?: true
Size: 353 Bytes
Versions: 17
Compression:
Stored size: 353 Bytes
Contents
class ClimateDivision < ActiveRecord::Base set_primary_key :name has_many :zip_codes, :foreign_key => 'climate_division_name' belongs_to :state, :foreign_key => 'state_postal_abbreviation' RADIUS = 750 col :name col :heating_degree_days, :type => :float col :cooling_degree_days, :type => :float col :state_postal_abbreviation end
Version data entries
17 entries across 17 versions & 1 rubygems