mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
init project
This commit is contained in:
4
app/models/tracker.rb
Normal file
4
app/models/tracker.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class Tracker < ApplicationRecord
|
||||
has_many :issues
|
||||
has_and_belongs_to_many :projects
|
||||
end
|
||||
Reference in New Issue
Block a user