Sha256: 18b9388bb5f153e0e14027c2e2748fe0313ffa97795c63ecc407adcc3e6ea02c
Contents?: true
Size: 159 Bytes
Versions: 2
Compression:
Stored size: 159 Bytes
Contents
module Tasuku module Concerns::Illustratable extend ActiveSupport::Concern included do mount_uploader :image, ImageUploader end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tasuku-0.1.1 | lib/tasuku/concerns/illustratable.rb |
tasuku-0.1.0 | lib/tasuku/concerns/illustratable.rb |