Skip to content

Commit 52febc6

Browse files
authored
Merge pull request #18815 from danidoni/add-some-documentation-for-assignment-model
Document Assignment model
2 parents 7adf013 + d7e28fb commit 52febc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/api/app/models/assignment.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# TODO: Please overwrite this comment with something explaining the model target
1+
# An Assignment is a way to help in managing work around OBS by telling that some User is working on a Package.
2+
#
23
class Assignment < ApplicationRecord
34
#### Includes and extends
45

0 commit comments

Comments
 (0)