class Delocalize::Parameters

Public Instance Methods

[](key) click to toggle source
# File lib/delocalize/parameters.rb, line 9
def [](key)
  convert_hashes_to_parameters(key, super)
end