Skip to content

Commit c640e05

Browse files
committed
Fix RUIAN full import, input line to struct
1 parent c261142 commit c640e05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/ruian/model/row.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Ruian
22
class Model
3-
class Row < Struct.new(:adm_code, :city_code, :city_name,
4-
:momc_name, :mop_name, :city_part_code,
5-
:city_part_name, :street_name, :so_type,
3+
class Row < Struct.new(:adm_code, :city_code, :city_name, :momc_code,
4+
:momc_name, :mop_code, :mop_name, :city_part_code,
5+
:city_part_name, :street_name_code, :street_name, :so_type,
66
:e, :o, :o_code, :zip, :gis_y, :gis_x, :valid_from)
77
end
88
end

0 commit comments

Comments
 (0)