Sha256: 0e080f5c2527bcf79d664a084f08e24e562e73464c6872a487e4e33589198955
Contents?: true
Size: 162 Bytes
Versions: 2
Compression:
Stored size: 162 Bytes
Contents
module Gamification class ItemGroup < ApplicationRecord has_many :items,class_name: 'Gamification::Item',foreign_key: :gamification_item_group_id end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
go_gamification-0.0.20 | app/models/gamification/item_group.rb |
go_gamification-0.0.19 | app/models/gamification/item_group.rb |