rosa-build/app/models/labeling.rb

7 lines
114 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
2014-11-28 18:36:24 +00:00
attr_accessible :id, :label_id
2012-02-21 20:28:04 +00:00
end