Sha256: 1c146ba5168cf2b9f41e57a9cd8bc333e15ac736031e81da51def2ef3ce3e113
Contents?: true
Size: 309 Bytes
Versions: 5
Compression:
Stored size: 309 Bytes
Contents
class User include Mongoid::Document include MediaMagick::Model field :name, type: String attaches_one :photo, uploader: PictureUploader attaches_one :photo_and_video, uploader: PictureUploader, allow_videos: true attaches_one :compound_name_file attaches_one :file, type: :file end
Version data entries
5 entries across 5 versions & 1 rubygems