parameter builder: remove binding.pry statement.

This commit is contained in:
evazion
2020-02-14 17:35:02 -06:00
parent 1e426a50f7
commit c5bcfb962f

View File

@@ -52,7 +52,6 @@ class ParameterBuilder
# Attributes and/or methods may be included in the final pass, but not includes
seen_objects << model_name
only_array.each do |item|
binding.pry
match = item.match(/(\w+)\[(.+?)\]$/)
item = (match || [])[1] || item
item_sym = item.to_sym