5 lines
80 B
Ruby
5 lines
80 B
Ruby
|
class Labeling < ActiveRecord::Base
|
||
|
belongs_to :issue
|
||
|
belongs_to :label
|
||
|
end
|