Sha256: dacb1785bcd3491f3e462ba624615f7337527e06c78cd0f7f76bcb009c82cefc
Contents?: true
Size: 170 Bytes
Versions: 4
Compression:
Stored size: 170 Bytes
Contents
module Gamification::Concerns::Rewarding extend ActiveSupport::Concern included do has_many :goals, class_name: '::Gamification::Goal', as: :rewarding end end
Version data entries
4 entries across 4 versions & 1 rubygems