Commit 179e162b by Ivan Lan

fix: symbolize_keys

parent 1453409f
...@@ -150,7 +150,7 @@ module TalltyImportExport ...@@ -150,7 +150,7 @@ module TalltyImportExport
end end
def process_options(options = {}) def process_options(options = {})
options = export_options.merge(options).with_indifferent_access options = export_options.merge(options).with_indifferent_access.symbolize_keys
@row_height ||= options.delete(:row_height) || 25 @row_height ||= options.delete(:row_height) || 25
@width ||= (options.delete(:width) || 20).to_f @width ||= (options.delete(:width) || 20).to_f
......
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