This website works better with JavaScript.
Home
Explore
Help
Sign In
bike
/
BikeShed-1
mirror of
https://github.com/fspc/BikeShed-1.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Velocipede's User, Sales, and Bike Inventory Web App
392
Commits
8
Branches
8
Tags
44 MiB
Ruby
75.7%
JavaScript
13.8%
Haml
8%
HTML
1.5%
SCSS
0.6%
Other
0.4%
Tree:
5f7eb43f63
BikeShed-1
/
app
/
views
/
api
/
v1
/
bikes
/
create.json.jbuilder
4 lines
91 B
Raw
Blame
History
json
.
bikes
[
@bike
]
do
|
bike
|
json
.
array!
bike
json
.
set!
:href
,
api_bike_path
(
bike
)
end
Reference in new issue