Sha256: 4d6056593a1246f8c541522f351ee56e1ddc7854f0c43b6632bf40ae2b2f830e
Contents?: true
Size: 158 Bytes
Versions: 92
Compression:
Stored size: 158 Bytes
Contents
# typed: strong # an abstract class that has no table class Potion < ApplicationRecord self.abstract_class = true belongs_to :wizard, required: false end
Version data entries
92 entries across 27 versions & 1 rubygems