Class: Para::AttributeField::Translation

Inherits:
Base
  • Object
show all
Defined in:
lib/para/attribute_field/translation.rb

Instance Attribute Summary

Attributes inherited from Base

#field_method, #field_type, #model, #name, #options, #type

Instance Method Summary collapse

Methods inherited from Base

#determine_name_and_field_method!, #excerptable_value?, #field_name, field_option, #field_options, field_types, #initialize, #parse_input, register, #searchable?, #type?, #value_for

Constructor Details

This class inherits a constructor from Para::AttributeField::Base

Instance Method Details

#attribute_column_pathObject



6
7
8
# File 'lib/para/attribute_field/translation.rb', line 6

def attribute_column_path
  [:translations, name]
end