Module: Paperclip::Globalize3::Attachment
- Defined in:
- lib/paperclip/globalize3/attachment.rb
Defined Under Namespace
Modules: Compatibility, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/paperclip/globalize3/attachment.rb', line 5 def self.included(base) base.send :include, InstanceMethods base.send :alias_method_chain, :assign, :globalize3 base.send :alias_method_chain, :clear, :globalize3 base.send :alias_method_chain, :queue_all_for_delete, :globalize3 base.send :alias_method_chain, :queue_some_for_delete, :globalize3 end |