Sha256: 7790e6f09247e35e11c6c6a8644a8b3574cc432c78c767a793248439a5d47870
Contents?: true
Size: 161 Bytes
Versions: 2
Compression:
Stored size: 161 Bytes
Contents
module Gamification class ItemGroup < ApplicationRecord has_many :items,class_name: 'Gamification::Item',foreign_key: :gamification_item_type_id end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
go_gamification-0.0.18 | app/models/gamification/item_group.rb |
go_gamification-0.0.17 | app/models/gamification/item_group.rb |