Sha256: a58fd46e7c325b94b8beae96b934130165a2427bf5cfeadcaaee47a658eab8d3
Contents?: true
Size: 155 Bytes
Versions: 2
Compression:
Stored size: 155 Bytes
Contents
module KnowledgeBase class Sectionables::Gallery::Image < ActiveRecord::Base belongs_to :gallery mount_uploader :image, ImageUploader end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
knowledge_base-0.1.0 | app/models/knowledge_base/sectionables/gallery/image.rb |
knowledge_base-0.0.3 | app/models/knowledge_base/sectionables/gallery/image.rb |