lib/ecoportal/api/v2/page/component/file.rb in ecoportal-api-v2-0.8.29 vs lib/ecoportal/api/v2/page/component/file.rb in ecoportal-api-v2-0.8.30

- old
+ new

@@ -20,10 +20,10 @@ passthrough :file_size, :content_type, :token, read_only: true passthrough :file_container_id passdate :file_update_at, read_only: true def to_s - file_container_id + [label, file_container_id].join(" => ") end end end end end