aboutsummaryrefslogtreecommitdiffstats
path: root/lib/model_attribute.rb
AgeCommit message (Expand)Author
2018-03-15Delete number attributes for 3-Generic-2 compliance_controlLuc Donnet
2018-03-08Refs #6028 small changes in model attribute for CC6028-compliance-controls-model-attributescedricnjanga
2017-10-14Fix translations for compliance_control type translation, compliance_control ...Luc Donnet
2017-10-06ComplianceControl#new target fieldXinhui
2017-09-25ModelAttribute#==: Check for matching class typeTeddy Wing
2017-09-25ModelAttribute.classes: Move `#uniq` call higherTeddy Wing
2017-09-22ModelAttribute: Add `#from_code` methodTeddy Wing
2017-09-22ModelAttribute: Add `.group_by_class` methodTeddy Wing
2017-09-22ModelAttribute: Add `.classes` methodTeddy Wing
2017-09-22ModelAttribute: Add `.methods_by_class_and_type` methodTeddy Wing
2017-09-19ModelAttribute.methods_by_class: Take symbol parameter instead of stringTeddy Wing
2017-09-19ModelAttribute: Add `.methods_by_class` methodTeddy Wing
2017-09-19ModelAttribute: Make `@@all` a class instance variableTeddy Wing
2017-09-19ModelAttribute: Add `#code` methodTeddy Wing
2017-09-19ModelAttribute: Add `ModelAttribute`s for a bunch of models&attributesTeddy Wing
2017-09-19ModelAttribute spec: Allow test to handle existing elements in `@@all`Teddy Wing
2017-09-19Add `ModelAttribute`Teddy Wing