Sha256: 019770742d10c1731f788032f1f952dfd53fa212e880c4d2f5502d7106da30bd
Contents?: true
Size: 173 Bytes
Versions: 18
Compression:
Stored size: 173 Bytes
Contents
module AppyApp # All models in AppyApp will inherit from # this common base class. class Model < Lanes::Model self.abstract_class = true end end
Version data entries
18 entries across 17 versions & 1 rubygems