Commit 2f3e74d8 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'blackst0ne-rails5-fix-ci-group-class-arel-table-error' into 'master'

[Rails5] Fix `undefined method 'arel_table' for Ci::Group:Class` error

See merge request gitlab-org/gitlab-ce!18329
parents 423d0ba2 cbf29064
......@@ -4,7 +4,7 @@ module Ci
include HasVariable
include Presentable
belongs_to :group
belongs_to :group, class_name: "::Group"
alias_attribute :secret_value, :value
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment