summaryrefslogtreecommitdiff
path: root/app/models/project_hook.rb
blob: 06388aaeb4c3981e927ccdaddf76664b136ec610 (plain)
1
2
3
class ProjectHook < WebHook
  belongs_to :project
end