Patch #1540 ยป migrate_from_trac.rake.patch
lib/tasks/migrate_from_trac.rake (working copy) | ||
---|---|---|
98 | 98 |
nil |
99 | 99 |
end |
100 | 100 |
end |
101 | ||
102 |
def description |
|
103 |
return read_attribute(:descr) if has_attribute?(:descr) # Only Trac v0.8.x |
|
104 |
read_attribute(:description) |
|
105 |
end |
|
101 | 106 |
end |
102 | 107 |
|
103 | 108 |
class TracTicketCustom < ActiveRecord::Base |