summaryrefslogtreecommitdiff
path: root/app/models/project_group_link.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-12/+0
| | | | | | | | | In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
* Annotate the modelsZeger-Jan van de Weg2016-05-061-0/+12
|
* Bring ProjectGroupLink model and migrations from EEDmitriy Zaporozhets2016-03-111-0/+36
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>