Displaying 1 result from an estimated 1 matches for "practice_d".
Did you mean:
practiced
2011 May 25
1
rake task: uninitialized constant
...|
if row.any?
# controllo che row[10] e row[11] non siano stringhe
barrier_meters = row[10] if row[10].is_a?(Float) or
row[10].is_a?(Integer)
square_meters_public_land = row[11] if row[11].is_a?(Float) or
row[11].is_a?(Integer)
practice_number = row[17].to_i
practice_date = parse_date_string(row[3])
practice_new_date = parse_date_string(row[3])
inspection_date = parse_date_string(row[7])
intervention_date = parse_date_string(row[9])
remove_date = parse_date_string(row[13])
notification_date = parse_date_string(row[14])
ex...