Class: Delocalize::Parameters

Inherits:
ActiveSupport::HashWithIndifferentAccess
  • Object
show all
Includes:
ParameterDelocalizing
Defined in:
lib/delocalize/parameters.rb

Instance Method Summary collapse

Methods included from ParameterDelocalizing

#delocalize

Instance Method Details

#[](key) ⇒ Object



9
10
11
# File 'lib/delocalize/parameters.rb', line 9

def [](key)
  convert_hashes_to_parameters(key, super)
end