module RailsI18n

def self.enabled_modules=(other)

def self.enabled_modules=(other)
  @enabled_modules = Set.new(other)
end