Sha256: 7436202921903ad1d47693ac4d2e8ee715e71ac2e472610f03fe5521309531a8

Contents?: true

Size: 134 Bytes

Versions: 4

Compression:

Stored size: 134 Bytes

Contents

module C80AlbumGallery
  class Gphoto < ActiveRecord::Base
    belongs_to :gallery
    mount_uploader :image, GphotoUploader
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
c80_album_gallery-0.1.0.4 app/models/c80_album_gallery/gphoto.rb
c80_album_gallery-0.1.0.3 app/models/c80_album_gallery/gphoto.rb
c80_album_gallery-0.1.0.2 app/models/c80_album_gallery/gphoto.rb
c80_album_gallery-0.1.0.1 app/models/c80_album_gallery/gphoto.rb