Sha256: baccb4bb05472086d8ce4d4d1ce2b683a6a7f9e3426d001b5f235be9011cf801
Contents?: true
Size: 585 Bytes
Versions: 6
Compression:
Stored size: 585 Bytes
Contents
class ProdInstanceReln < ActiveRecord::Base belongs_to :prod_instance_from, :class_name => "ProductInstance", :foreign_key => "prod_instance_id_from" belongs_to :prod_instance_to, :class_name => "ProductInstance", :foreign_key => "prod_instance_id_to" belongs_to :from_role, :class_name => "ProdInstanceRoleType", :foreign_key => "role_type_id_from" belongs_to :to_role, :class_name => "ProdInstanceRoleType", :foreign_key => "role_type_id_to" belongs_to :prod_instance_reln_type alias :from_item :prod_instance_from alias :to_item :prod_instance_to end
Version data entries
6 entries across 6 versions & 1 rubygems