1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-02 13:24:20 +01:00
fab-manager/app/views/api/imports/show.json.jbuilder

7 lines
197 B
Plaintext
Raw Normal View History

2019-09-25 16:37:42 +02:00
# frozen_string_literal: true
json.extract! @import, :id, :category, :user_id, :update_field, :created_at, :updated_at, :results
json.user do
json.full_name @import.user&.profile&.full_name
end