1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-03-01 01:03:23 -05:00
BikeShed-1/app/views/api/v1/bikes/show.json.jbuilder

4 lines
52 B
Plaintext
Raw Permalink Normal View History

2014-03-08 15:03:52 -05:00
json.bikes [@bike] do |bike|
json.array! bike
end