class Formeze::FormData::QueryParser
Public Instance Methods
make_params()
click to toggle source
# File lib/formeze/form_data.rb, line 43 def make_params Hash.new { |h, k| h[k] = Array.new } end
# File lib/formeze/form_data.rb, line 43 def make_params Hash.new { |h, k| h[k] = Array.new } end