mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-03-01 23:29:23 +01:00
7 lines
197 B
Ruby
7 lines
197 B
Ruby
# 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
|