rosa-build/app/models/labeling.rb

7 lines
109 B
Ruby
Raw Normal View History

2012-02-21 20:28:04 +00:00
class Labeling < ActiveRecord::Base
belongs_to :issue
belongs_to :label
2014-03-20 23:11:12 +00:00
attr_accessible :label_id
2012-02-21 20:28:04 +00:00
end