Sha256: 1e3a0313501fea2318f0007000163c357a84cc7b80f4f3fc19b96aabecb0e118
Contents?: true
Size: 426 Bytes
Versions: 10
Compression:
Stored size: 426 Bytes
Contents
class ClimateDivision < ActiveRecord::Base self.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 :heating_degree_days_units col :cooling_degree_days, :type => :float col :cooling_degree_days_units col :state_postal_abbreviation end
Version data entries
10 entries across 10 versions & 1 rubygems