Sha256: c8c4661cbbbb75d82d34572b72d66ef9cb1af5f36f055761dc5ee9a6de015f9c
Contents?: true
Size: 285 Bytes
Versions: 10
Compression:
Stored size: 285 Bytes
Contents
require 'earth/locality' class ComputationCarrierRegion < ActiveRecord::Base self.primary_key = "name" belongs_to :egrid_subregion, :foreign_key => 'egrid_subregion_abbreviation' col :name col :computation_carrier_name col :region col :egrid_subregion_abbreviation end
Version data entries
10 entries across 10 versions & 1 rubygems