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

5 lines
129 B
Plaintext
Raw Normal View History

2014-04-20 22:56:48 -04:00
json.time_entries [@time_entry] do |time_entry|
json.array! time_entry
#json.set! :href, api_time_entry_path(time_entry)
end