Sha256: 59c49475fa56704ff21b7eaed6a0d3a47e354652fdc6766fed5cd449d5733a53
Contents?: true
Size: 305 Bytes
Versions: 9
Compression:
Stored size: 305 Bytes
Contents
# == Schema Information # # Table name: carts # # id :integer(4) not null, primary key # cartable_id :integer(4) # cartable_type :string(255) # token :string(255) # created_at :datetime # updated_at :datetime # class Cart < ActiveRecord::Base acts_as_muck_cart end
Version data entries
9 entries across 9 versions & 1 rubygems