Class: Fiona7::Builder::ParamPreprocessor
- Inherits:
-
Object
- Object
- Fiona7::Builder::ParamPreprocessor
- Defined in:
- lib/fiona7/builder/obj_builder.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.call(*args) ⇒ Object
29 30 31 |
# File 'lib/fiona7/builder/obj_builder.rb', line 29 def self.call(*args) self.new.call(*args) end |
Instance Method Details
#call(params) ⇒ Object
33 34 35 |
# File 'lib/fiona7/builder/obj_builder.rb', line 33 def call(params) remove_rack_formdata_workaround(params.symbolize_keys) end |