Sha256: 6453b71d0cd0b0771524e9a2ba0b45308136f664a4354e32201407fb26a5dd73

Contents?: true

Size: 212 Bytes

Versions: 16

Compression:

Stored size: 212 Bytes

Contents

class Work
  include Mongoid::Document
  include AttachmentMagick

  field       :name
  field       :local
  embedded_in :artist, :inverse_of => :works

  attachment_magick do
    grid_5
    publisher
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
attachment_magick-0.3.6 test/dummy/app/models/work.rb
attachment_magick-0.3.5 test/dummy/app/models/work.rb
attachment_magick-0.3.4 test/dummy/app/models/work.rb
attachment_magick-0.3.3 test/dummy/app/models/work.rb
attachment_magick-0.3.2 test/dummy/app/models/work.rb
attachment_magick-0.3.1 test/dummy/app/models/work.rb
attachment_magick-0.3 test/dummy/app/models/work.rb
attachment_magick-0.2.7 test/dummy/app/models/work.rb
attachment_magick-0.2.6 test/dummy/app/models/work.rb
attachment_magick-0.2.5 test/dummy/app/models/work.rb
attachment_magick-0.2.4 test/dummy/app/models/work.rb
attachment_magick-0.2.3 test/dummy/app/models/work.rb
attachment_magick-0.2.2 test/dummy/app/models/work.rb
attachment_magick-0.2.1 test/dummy/app/models/work.rb
attachment_magick-0.2.0 test/dummy/app/models/work.rb
attachment_magick-0.1.0 test/dummy/app/models/work.rb