Class: Delocalize::Parameters
- Inherits:
-
ActiveSupport::HashWithIndifferentAccess
- Object
- ActiveSupport::HashWithIndifferentAccess
- Delocalize::Parameters
- Includes:
- ParameterDelocalizing
- Defined in:
- lib/delocalize/parameters.rb
Instance Method Summary collapse
Methods included from ParameterDelocalizing
Instance Method Details
#[](key) ⇒ Object
9 10 11 |
# File 'lib/delocalize/parameters.rb', line 9 def [](key) convert_hashes_to_parameters(key, super) end |