Module: Translated
- Extended by:
- Forwardable
- Defined in:
- lib/translated.rb,
lib/translated/engine.rb,
lib/translated/version.rb,
lib/translated/configuration.rb,
app/models/translated/translator.rb,
app/jobs/translated/update_translations_job.rb,
app/models/concerns/translated/translatable.rb,
app/models/translated/translated_text_field.rb,
app/jobs/translated/update_rich_translations_job.rb
Defined Under Namespace
Modules: Translatable Classes: Configuration, Engine, TranslatedTextField, Translator, UpdateRichTranslationsJob, UpdateTranslationsJob
Constant Summary collapse
- VERSION =
'0.4.0'
Class Attribute Summary collapse
-
.config ⇒ Object
readonly
Returns the value of attribute config.
Class Attribute Details
.config ⇒ Object (readonly)
Returns the value of attribute config.
13 14 15 |
# File 'lib/translated.rb', line 13 def config @config end |