Sha256: ea9021b66fb04c3279870b87d06f638f2699b0cbdb0c238b91231d5e6b5c6936
Contents?: true
Size: 232 Bytes
Versions: 22
Compression:
Stored size: 232 Bytes
Contents
# Base class used for the `AdminUser` model class as parent but automatically overriden # by application's own ApplicationRecord definition in Rails 5+ # class ApplicationRecord < ActiveRecord::Base self.abstract_class = true end
Version data entries
22 entries across 22 versions & 1 rubygems