Files

Class Index [+]

Quicksearch

UbiquoMedia::Connectors::I18n::ActiveRecord::Base

Public Class Methods

included(klass) click to toggle source

(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
update_reflections_for_uhook_media_attachment() click to toggle source

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.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.