Sha256: 31160c1fd3762fceddf82a2d5759d0c7ad1a9d011f3d8f61a35485edd4ab7266
Contents?: true
Size: 190 Bytes
Versions: 1
Compression:
Stored size: 190 Bytes
Contents
class ProductLinesSectors < ActiveRecord::Base set_primary_key :row_hash belongs_to :product_line, :foreign_key => 'ps_code' belongs_to :sector, :foreign_key => 'io_code' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
earth-0.0.18 | lib/earth/industry/product_lines_sectors.rb |