lib/unidom/common.rb in unidom-common-1.8.1 vs lib/unidom/common.rb in unidom-common-1.9

- old
+ new

@@ -14,29 +14,27 @@ #CLOSED_AT = Time.utc(3000).freeze #FROM_DATE = '1970-01-01'.freeze #THRU_DATE = '3000-01-01'.freeze -=begin mattr_accessor :options def self.configure options = {} yield options default_options = { - ignored_migration_namespaces: [] + neglected_namespaces: [] } self.options = default_options.merge options puts 'Unidom::Common:' - if self.options[:ignored_migration_namespaces].present? - puts '-- ignored_migration_namespaces' - puts " -> #{self.options[:ignored_migration_namespaces].join ', '}" + if self.options[:neglected_namespaces].present? + puts '-- neglected_namespaces' + puts " -> #{self.options[:neglected_namespaces].join ', '}" end end -=end end end