module MissingI18n

Constants

DEFAULT_IGNORED_SCOPES
VERSION

Public Class Methods

ignored_scopes() click to toggle source
# File lib/missing_i18n.rb, line 26
def self.ignored_scopes
  @@ignored_scopes ||= DEFAULT_IGNORED_SCOPES.clone
end
ignored_scopes=(new_ignored_scopes) click to toggle source
# File lib/missing_i18n.rb, line 22
def self.ignored_scopes=(new_ignored_scopes)
  @@ignored_scopes = new_ignored_scopes
end