mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-02 13:24:20 +01:00
7 lines
197 B
Plaintext
7 lines
197 B
Plaintext
|
# 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
|