forked from jasder/forgeplus
4 lines
92 B
Ruby
4 lines
92 B
Ruby
|
class Tracker < ApplicationRecord
|
||
|
has_many :issues
|
||
|
has_and_belongs_to_many :projects
|
||
|
end
|