(Not documented)
# File vendor/plugins/ubiquo_media/lib/ubiquo_media/connectors/i18n.rb, line 237
237: def self.included(klass)
238: klass.send(:extend, ClassMethods)
239: I18n.register_uhooks klass, ClassMethods
240: update_reflections_for_uhook_media_attachment
241: end
Updates the needed reflections for
# File vendor/plugins/ubiquo_media/lib/ubiquo_media/connectors/i18n.rb, line 244
244: def self.update_reflections_for_uhook_media_attachment
245: ClassMethods.module_eval do
246: module_function :uhook_media_attachment_process_call
247: end
248: I18n.get_uhook_calls(:uhook_media_attachment).flatten.each do |call|
249: ClassMethods.uhook_media_attachment_process_call call
250: end
251: end
Disabled; run with $DEBUG to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.