This website requires JavaScript.
Explore
Help
Sign In
senaduka
/
old-ribica
Watch
1
Star
0
Fork
0
You've already forked old-ribica
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e7793f08846b2e35fbb0c58b64ceab65714ea830
old-ribica
/
back-office
/
app
/
models
/
cart.rb
7 lines
81 B
Ruby
Raw
Normal View
History
Unescape
Escape
cart creation backend logic is at place / adding items in progress
2015-02-06 06:58:16 +01:00
class
Cart
<
ActiveRecord
::
Base
added suppliers, weight to item
2015-03-14 06:33:49 +01:00
has_many
:item_in_carts
belongs_to
:user
cart creation backend logic is at place / adding items in progress
2015-02-06 06:58:16 +01:00
end
Reference in New Issue
Copy Permalink