Module
Globalize::ActiveRecord::ClassMethods
In:
lib/globalize/active_record/class_methods.rb
Methods
find_or_instantiator_by_attributes
method_missing
required_attributes
required_translated_attributes
respond_to?
respond_to_missing?
supported_on_missing?
translated?
translated_attr_accessor
translated_column_name
translation_class
translations_accessor
translations_table_name
with_locales
with_required_attributes
with_translated_attribute
with_translations
Public Instance methods
find_or_instantiator_by_attributes
(match, attributes, *args) {|record| ...}
method_missing
(method_id, *arguments, &block)
required_attributes
()
required_translated_attributes
()
respond_to?
(method_id, *args, &block)
respond_to_missing?
(method_id, include_private = false)
supported_on_missing?
(method_id)
translated?
(name)
translated_column_name
(name)
translation_class
()
translations_table_name
()
with_locales
(*locales)
with_required_attributes
()
with_translated_attribute
(name, value, locales = nil)
with_translations
(*locales)
Protected Instance methods
translated_attr_accessor
(name)
translations_accessor
(name)
[Validate]