mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-17 14:46:00 +08:00
9 lines
334 B
Text
9 lines
334 B
Text
|
# frozen_string_literal: true
|
||
|
|
||
|
json.stock_url update_repository_stock_repository_repository_row_url(@repository, @repository_row)
|
||
|
json.repository_row_name @repository_row.name
|
||
|
json.stock_value do
|
||
|
json.decimals @repository_column.metadata['decimals']
|
||
|
json.units @repository_column.repository_stock_unit_items.pluck(:id, :data)
|
||
|
end
|