parameter builder: remove binding.pry statement.
This commit is contained in:
@@ -52,7 +52,6 @@ class ParameterBuilder
|
|||||||
# Attributes and/or methods may be included in the final pass, but not includes
|
# Attributes and/or methods may be included in the final pass, but not includes
|
||||||
seen_objects << model_name
|
seen_objects << model_name
|
||||||
only_array.each do |item|
|
only_array.each do |item|
|
||||||
binding.pry
|
|
||||||
match = item.match(/(\w+)\[(.+?)\]$/)
|
match = item.match(/(\w+)\[(.+?)\]$/)
|
||||||
item = (match || [])[1] || item
|
item = (match || [])[1] || item
|
||||||
item_sym = item.to_sym
|
item_sym = item.to_sym
|
||||||
|
|||||||
Reference in New Issue
Block a user