socialforge/app/models/dts.rb

6 lines
226 B
Ruby
Raw Normal View History

2015-07-19 20:39:53 +08:00
class Dts < ActiveRecord::Base
attr_accessible :Category, :Defect, :Description, :File, :IPLine, :IPLineCode, :Method, :Num, :PreConditions, :Review, :StartLine, :TraceInfo, :Variable, :project_id
belongs_to :project
end