Sha256: b382e2740f26ba251c8c044847fb9013ecbe763689020c40fd17ade6c20efb08
Contents?: true
Size: 158 Bytes
Versions: 1
Compression:
Stored size: 158 Bytes
Contents
module Tasks module Concerns::Illustratable extend ActiveSupport::Concern included do mount_uploader :image, ImageUploader end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tasuku-0.0.1 | lib/tasks/concerns/illustratable.rb |