@@ -195,10 +195,15 task :migrate_from_mantis => :environment do | |||
|
195 | 195 | file_type |
|
196 | 196 | end |
|
197 | 197 | |
|
198 | def read | |
|
198 | def read(*args) | |
|
199 | if @read_finished | |
|
200 | nil | |
|
201 | else | |
|
202 | @read_finished = true | |
|
199 | 203 |
|
|
200 | 204 | end |
|
201 | 205 | end |
|
206 | end | |
|
202 | 207 | |
|
203 | 208 | class MantisBugRelationship < ActiveRecord::Base |
|
204 | 209 | set_table_name :mantis_bug_relationship_table |
General Comments 0
You need to be logged in to leave comments.
Login now