Module: I18nScopes::Scope

Extended by:
ActiveSupport::Concern
Defined in:
lib/i18n_scopes/scope.rb

Overview

This module can be included to get the i18n_scope method on every class

this can also be achieved using the Configuration#attach_to method from the Configuration

Usage:

class Example
  include I18nScopes::Scope
end

Defined Under Namespace

Modules: ClassMethods