Sha256: c927126979d2a1512364aae9032f5101c21752222dafc4c42827b7c119d5eac4

Contents?: true

Size: 192 Bytes

Versions: 5

Compression:

Stored size: 192 Bytes

Contents

class Doc
  include MongoMapper::Document
  include Grip::HasAttachment
  has_grid_attachment :image, :variants => {:thumb=>{:width=>50,:height=>50},:super_thumb=>{:width=>10,:height=>10}}
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
grip-0.6.7 test/models.rb
grip-0.6.6 test/models.rb
grip-0.6.5 test/models.rb
grip-0.6.4 test/models.rb
grip-0.6.3 test/models.rb