Method: Paperclip::NewClassMethods#has_attached_file
- Defined in:
- lib/active_admin_jcrop/asset_engine/paperclip.rb
permalink #has_attached_file(*args) ⇒ Object
[View source]
18 19 20 21 22 23 24 25 |
# File 'lib/active_admin_jcrop/asset_engine/paperclip.rb', line 18 def has_attached_file(*args) super self..each do |name, | [:processors] ||= [] [:processors] << :active_admin_jcropper end end |