Sha256: 98b1e72f03795a70dd47d221e02dd7a236396f129c52509d3c94ddf4e8152242
Contents?: true
Size: 160 Bytes
Versions: 4
Compression:
Stored size: 160 Bytes
Contents
module Gamification class ItemType < ApplicationRecord has_many :items,class_name: 'Gamification::Item',foreign_key: :gamification_item_type_id end end
Version data entries
4 entries across 4 versions & 1 rubygems