Commit d3251130 by liyijie

fix: proc 去掉 array true

parent 8d6b5ced
...@@ -14,7 +14,7 @@ module TalltyImportExport ...@@ -14,7 +14,7 @@ module TalltyImportExport
attr_json :json, :string attr_json :json, :string
attr_json :select, ActiveModel::Type::Value.new, array: true attr_json :select, ActiveModel::Type::Value.new, array: true
attr_json :source, :boolean attr_json :source, :boolean
attr_json :proc, ActiveModel::Type::Value.new, array: true attr_json :proc, ActiveModel::Type::Value.new
attr_json :children, self.to_type, array: true attr_json :children, self.to_type, array: true
attr_accessor :depth, :parent_path, :seq attr_accessor :depth, :parent_path, :seq
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment