Sha256: 94db02ea6b3dcf4fd0465f9deb27ed04f91051d4a49b1cc5191daebb88eaec9a
Contents?: true
Size: 361 Bytes
Versions: 5
Compression:
Stored size: 361 Bytes
Contents
class ComputationCarrierRegion < ActiveRecord::Base set_primary_key :name belongs_to :egrid_subregion, :foreign_key => 'egrid_subregion_abbreviation' data_miner do tap "Brighter Planet's computation carrier region data", Earth.taps_server process "Pull dependencies" do run_data_miner_on_belongs_to_associations end end end
Version data entries
5 entries across 5 versions & 1 rubygems