Module: I18nColumn

Defined in:
lib/i18n_column/base.rb,
lib/i18n_column/version.rb

Overview

This extension provides the capabilities of storing and retrieving translations from a single database column. The translations are serialized using JSON i.e. axes”,“de”:“Spindelachsen”.

Example

class Node < ActiveRecord::Base

i18n_column(:name)

end

Defined Under Namespace

Modules: Base

Constant Summary collapse

VERSION =
'0.0.3'