Sha256: 7f2a2be2fcea999323b5532695aad6966624e02eed33f01a6337a93111d85388
Contents?: true
Size: 211 Bytes
Versions: 1
Compression:
Stored size: 211 Bytes
Contents
module Bigmouth class Image < ActiveRecord::Base belongs_to :user, class_name: Bigmouth.config.user_class attachment :image_file, type: :image default_scope { order created_at: :desc } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bigmouth-0.0.2 | app/models/bigmouth/image.rb |