README.md in unidom-common-1.6 vs README.md in unidom-common-1.7

- old
+ new

@@ -54,9 +54,12 @@ belongs_to :customer belongs_to :team belongs_to :place + code :software_process, SoftwareProcess + # SoftwareProcess is a enum type per ProgneTapera + # other fields: code, description def kick_off(in: nil) assert_present! :in, in # An argument error is raised if in is blank.