aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/referential_suite.rb
AgeCommit message (Collapse)Author
2018-04-09Refs #6367; Add metadata to other versioned modelsZog
2018-01-05Support undefined current/new in ↵Alban Peignier
ReferentialSuite#validate_consistent_current/new. Order ReferentialSuite#referentials by created_at. Refs #5299
2017-11-03 Refs:#4802@0.5h;Robert
CodeReview: - Exchange fr and en translation files for referential_suites - Consistent usage of `jeu de donées` and `espace de travail` dans les *fr.yml Fixes: #4802@0.2h; Replaying former work. To identify spec regression Step 3: Added validation of reference_suite#new/current Made all specs pass
2017-09-22Add `has_many` association between `Referential` and `ReferentialSuite`Teddy Wing
`ReferentialSuite` has many `Referential`s. Need to add a foreign key column to the `referentials` table to allow that to work. Refs #3519
2017-09-22Add `ReferentialSuite`Teddy Wing
This model is responsible for collecting referentials in order to merge them into a single referential. * `new` corresponds to a referential in the process of being validated * `current` corresponds to the most recently validated referential Refs #3519