Sha256: 4655d3afcf51392c5c619b42f1c427ef1533e6cb0298343e849f1ae3be13f0d1
Contents?: true
Size: 333 Bytes
Versions: 312
Compression:
Stored size: 333 Bytes
Contents
module Caboose class WishListLineItem < ActiveRecord::Base self.table_name = "wish_list_line_item" belongs_to :wish_list, :class_name => 'Caboose::WishList' belongs_to :variant, :class_name => 'Caboose::Variant' attr_accessible :id, :variant_id, :quantity end end
Version data entries
312 entries across 312 versions & 1 rubygems