Class: Grape::ParamsBuilder::HashieMash
- Defined in:
- lib/grape/params_builder/hashie_mash.rb
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.call(params) ⇒ Object
6 7 8 |
# File 'lib/grape/params_builder/hashie_mash.rb', line 6 def self.call(params) ::Hashie::Mash.new(params) end |