module Jennifer::Model::Translation

Overview

Includes localization methods.

Depends of parent class ::lookup_ancestors and ::i18n_scope methods.

Direct including types

Defined in:

jennifer/model/translation.cr

Constant Summary

GLOBAL_SCOPE = "jennifer"

Default global translation scope.

Instance Method Summary

Instance Method Detail

def class_name : String #

[View source]
def human_attribute_name(attribute : String | Symbol) #

Delegates the call to self.class.


[View source]
def lookup_ancestors(&) #

Delegates the call to self.class.


[View source]