mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
ff5de97c92
TODO: - update users though CSV
8 lines
229 B
Ruby
8 lines
229 B
Ruby
# frozen_string_literal: true
|
|
|
|
json.extract! @import, :id, :category, :user_id, :update_field, :created_at, :updated_at
|
|
json.results @import.results_hash.to_json
|
|
json.user do
|
|
json.full_name @import.user&.profile&.full_name
|
|
end
|