Sha256: c04339c987c430299e866ffca94a10a84f75aa41de7a043c9938fdf210e2d069
Contents?: true
Size: 202 Bytes
Versions: 1
Compression:
Stored size: 202 Bytes
Contents
## # Application record 是模块内所有模型的抽象基类。 module Unidom module Shopping class ApplicationRecord < ActiveRecord::Base self.abstract_class = true end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unidom-shopping-2.0.1 | app/models/unidom/shopping/application_record.rb |