Sha256: 68c51534aee428c095a0b55d837e6b01c18186351f352be6ad5093a37e92e589
Contents?: true
Size: 333 Bytes
Versions: 1
Compression:
Stored size: 333 Bytes
Contents
class InvestingWishlistType < ActiveRecord::Base self.table_name = "investing_wishlist_types" self.primary_key = 'id' belongs_to :investing_wishlist, :inverse_of => :investing_wishlist_types belongs_to :investment_type, :inverse_of => :investing_wishlist_types def describe_id "InvestingWishlistType ##{id}" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
civic311_test3-0.0.2 | app/models/investing_wishlist_type.rb |