module Hashie::Extensions::Dash::IndifferentAccess::ClassMethods
def translation_for?(name)
def translation_for?(name) included_modules.include?(Hashie::Extensions::Dash::PropertyTranslation) && translation_exists?(name) end
def translation_for?(name) included_modules.include?(Hashie::Extensions::Dash::PropertyTranslation) && translation_exists?(name) end