Sha256: 3e5741e1d86a364df55dad15309461d7345ab665094f7bf68876b4c76d0cad8b
Contents?: true
Size: 436 Bytes
Versions: 1
Compression:
Stored size: 436 Bytes
Contents
module Enjoy::Gallery module Models module EmbeddedImage if Enjoy::Gallery.mongoid? extend ActiveSupport::Concern include Enjoy::Gallery::Paperclipable include Enjoy::Gallery.orm_specific('EmbeddedImage') included do enjoy_cms_attached_file(:image) after_save do auto_rails_admin_jcrop(:image) end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enjoy_cms_gallery-0.4.1 | lib/enjoy/gallery/models/embedded_image.rb |