Module: LucidWorks::FieldCommons::ClassMethods

Defined in:
lib/lucid_works/field_commons.rb

Instance Method Summary collapse

Instance Method Details

#t_field_type(type) ⇒ Object



60
61
62
# File 'lib/lucid_works/field_commons.rb', line 60

def t_field_type(type)
  I18n.translate(type, :scope => 'activemodel.models.collection.field.field_type')
end