lib/ecoportal/api/v2/page/component/file.rb in ecoportal-api-v2-0.8.20 vs lib/ecoportal/api/v2/page/component/file.rb in ecoportal-api-v2-0.8.21

- old
+ new

@@ -17,9 +17,13 @@ passforced :patch_ver, default: 1 passthrough :position 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 + end end end end end end