This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nils
/
rails5-depot
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18
Commits
1
Branch
986 KiB
Ruby
69.4%
HTML
18.6%
CSS
8.2%
JavaScript
1.9%
CoffeeScript
1.9%
Tree:
93f41d7fa9
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '93f41d7fa9'
${ noResults }
rails5-depot
/
app
/
views
/
carts
/
_cart.json.jbuilder
2 lines
88 B
Raw
Blame
History
json.extract! cart, :id, :created_at, :updated_at
json.url cart_url(cart, format: :json)