Files

UbiquoI18n::Extensions::Associations::InstanceMethods

Public Instance Methods

association_accessor_methods_with_shared_translations(reflection, association_proxy_class) click to toggle source

(Not documented)

    # File vendor/plugins/ubiquo_i18n/lib/ubiquo_i18n/extensions/associations.rb, line 17
17:         def association_accessor_methods_with_shared_translations(reflection, association_proxy_class)
18:           association_accessor_methods_without_shared_translations(reflection, association_proxy_class)
19:           process_translation_shared reflection
20:         end
collection_accessor_methods_with_shared_translations(reflection, association_proxy_class, writer = true) click to toggle source

(Not documented)

    # File vendor/plugins/ubiquo_i18n/lib/ubiquo_i18n/extensions/associations.rb, line 12
12:         def collection_accessor_methods_with_shared_translations(reflection, association_proxy_class, writer = true)
13:           collection_accessor_methods_without_shared_translations(reflection, association_proxy_class, writer)
14:           process_translation_shared reflection
15:         end

Disabled; run with $DEBUG to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.