Sha256: 3b3cc56d252f338275f50e323c570ad0a30da8d79a11714e54482395a9a284fd
Contents?: true
Size: 232 Bytes
Versions: 3
Compression:
Stored size: 232 Bytes
Contents
require 'carrierwave' module GoGamification module Concerns::Models::Medal extend ActiveSupport::Concern included do belongs_to :goal mount_uploader :image, ::GoGamification::ImageUploader end end end
Version data entries
3 entries across 3 versions & 1 rubygems