Project

General

Profile

Patch #1540 ยป migrate_from_trac.rake.patch

Patch for fix migration projects from Trac v0.8.x - Hallison Vasconcelos Batista, 2008-06-27 19:12

View differences:

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
    (1-1/1)