(Not documented)
# File vendor/plugins/ubiquo_media/lib/ubiquo_media/connectors/i18n.rb, line 38
38: def self.included(klass)
39: klass.send(:extend, ClassMethods)
40: klass.send(:translatable, :name, :description)
41: klass.send(:include, InstanceMethods)
42: I18n.register_uhooks klass, ClassMethods, InstanceMethods
43: end
Disabled; run with $DEBUG to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.