forgeplus/app/views/action/node_inputs/_node_select.json.jbuilder

5 lines
95 B
Plaintext
Raw Normal View History

2024-05-07 14:08:46 +08:00
json.extract! node_select, :id, :version
if node.is_local?
json.local_url node.local_url
end