You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
316 B
6 lines
316 B
5 years ago
|
json.(@bank, :id, :name, :description, :is_public, :topic_type, :topic_source, :topic_property_first, :topic_property_second,
|
||
|
:source_unit, :topic_repeat, :province, :city)
|
||
|
|
||
|
json.attachment_list @bank_attachments do |attachment|
|
||
|
json.partial! "attachments/attachment_simple", locals: {attachment: attachment}
|
||
|
end
|