Sha256: bc7fe472c87740a5d3b0974228ab8345ac78366fdbf03d08e6fe9b8e3fbe8285

Contents?: true

Size: 220 Bytes

Versions: 2

Compression:

Stored size: 220 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
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sniff-0.0.3 lib/test_support/data_models/climate_division.rb
sniff-0.0.2 lib/test_support/data_models/climate_division.rb