gitlabhq/app/models/project_hook.rb

4 lines
54 B
Ruby

class ProjectHook < WebHook
belongs_to :project
end