Sha256: 9729f5fde652712fa065175b563bee83a1ffd73fcfc67b1876b1c260595ccc5a

Contents?: true

Size: 107 Bytes

Versions: 12

Compression:

Stored size: 107 Bytes

Contents

class Product < ActiveRecord::Base

  s3_relay :icon_upload
  s3_relay :photo_uploads, has_many: true

end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
s3_relay-0.5.1 test/dummy/app/models/product.rb
s3_relay-0.5.0 test/dummy/app/models/product.rb
s3_relay-0.4.2 test/dummy/app/models/product.rb
s3_relay-0.4.1 test/dummy/app/models/product.rb
s3_relay-0.4.0 test/dummy/app/models/product.rb
s3_relay-0.3.2 test/dummy/app/models/product.rb
s3_relay-0.3.1 test/dummy/app/models/product.rb
s3_relay-0.3.0 test/dummy/app/models/product.rb
s3_relay-0.2.0 test/dummy/app/models/product.rb
s3_relay-0.1.0 test/dummy/app/models/product.rb
s3_relay-0.0.3 test/dummy/app/models/product.rb
s3_relay-0.0.2 test/dummy/app/models/product.rb