Skip to content

Instantly share code, notes, and snippets.

@rocodev-tech
Created June 12, 2014 22:05
Show Gist options
  • Save rocodev-tech/ea274359c33c905b4b60 to your computer and use it in GitHub Desktop.
Save rocodev-tech/ea274359c33c905b4b60 to your computer and use it in GitHub Desktop.
app/models/cart_item.rb
class CartItem < ActiveRecord::Base
belongs_to :cart
belongs_to :product
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment