cosmetical cleanup of models
This commit is contained in:
parent
2a4359a572
commit
841e4fbd08
18 changed files with 108 additions and 226 deletions
|
@ -1,3 +1,7 @@
|
|||
class ProjectHook < WebHook
|
||||
belongs_to :project
|
||||
end
|
||||
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: web_hooks
|
||||
|
@ -9,7 +13,3 @@
|
|||
# updated_at :datetime not null
|
||||
# type :string(255) default("ProjectHook")
|
||||
#
|
||||
|
||||
class ProjectHook < WebHook
|
||||
belongs_to :project
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue