Merge pull request #10693 from mfo/US/filter-by-json-path-3

ETQ instructeur, je peux filtrer par les donnée de champs issues d'API, a commencer par RNA/RNF SIRET
This commit is contained in:
mfo 2024-08-21 09:50:47 +00:00 committed by GitHub
commit ec9a03ac17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 302 additions and 81 deletions

View file

@ -18,6 +18,10 @@ class Column
"#{table}/#{column}"
end
def self.make_id(table, column)
"#{table}/#{column}"
end
def ==(other)
other.to_json == to_json
end