Class: Grape::ParamsBuilder::Hash

Inherits:
Base
  • Object
show all
Defined in:
lib/grape/params_builder/hash.rb

Class Method Summary collapse

Methods inherited from Base

inherited

Class Method Details

.call(params) ⇒ Object



6
7
8
# File 'lib/grape/params_builder/hash.rb', line 6

def self.call(params)
  params.deep_symbolize_keys
end