Class: Grape::ParamsBuilder::HashWithIndifferentAccess

Inherits:
Base
  • Object
show all
Defined in:
lib/grape/params_builder/hash_with_indifferent_access.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_with_indifferent_access.rb', line 6

def self.call(params)
  params.with_indifferent_access
end