Sha256: ac13c60ef757988072b395a7b5e3a0c838fa1eefb347e35b11527f72631ca0d1
Contents?: true
Size: 195 Bytes
Versions: 7
Compression:
Stored size: 195 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
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
grip-0.7.3 | test/models.rb |
grip-0.7.2 | test/models.rb |
grip-0.6.12 | test/models.rb |
grip-0.6.11 | test/models.rb |
grip-0.6.10 | test/models.rb |
grip-0.6.9 | test/models.rb |
grip-0.6.8 | test/models.rb |