gitlabhq/app/models/project_hook.rb
Dmitriy Zaporozhets 41e53eb980 Annotated
2012-10-09 11:14:17 +03:00

17 lines
347 B
Ruby

class ProjectHook < WebHook
belongs_to :project
end
# == Schema Information
#
# Table name: web_hooks
#
# id :integer not null, primary key
# url :string(255)
# project_id :integer
# created_at :datetime not null
# updated_at :datetime not null
# type :string(255) default("ProjectHook")
#