6 lines
226 B
Ruby
6 lines
226 B
Ruby
|
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
|