lib/roqua/rom_api/models/respondent.rb in roqua-rom-api-2.2.0 vs lib/roqua/rom_api/models/respondent.rb in roqua-rom-api-2.2.1

- old
+ new

@@ -7,9 +7,10 @@ include Virtus.model attribute :id, Integer attribute :label, String attribute :respondent_type, String + attribute :sbg_code, String end end end end