mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 16:41:38 -04:00
add scaffold & bike form
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
json.array!(@bikes) do |bike|
|
||||
json.extract! bike,
|
||||
json.url bike_url(bike, format: :json)
|
||||
end
|
||||
Reference in New Issue
Block a user