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