gitlink-forgeplus/app/models/ci/step.rb

6 lines
117 B
Ruby

class Ci::Step < Ci::RemoteBase
self.primary_key = 'step_id'
belongs_to :stage, foreign_key: :step_stage_id
end