Sha256: 757de924fd6fe15d448e74d2ae873b786a06257cd68bdac2641c64decd0d408e
Contents?: true
Size: 172 Bytes
Versions: 1
Compression:
Stored size: 172 Bytes
Contents
module Gamification::Concerns::Models::Scoring extend ActiveSupport::Concern included do belongs_to :task belongs_to :subjectable, polymorphic: true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gamification-0.0.2 | lib/gamification/concerns/models/scoring.rb |