Sha256: 7a53def1fc7c9c8a9b0617d97b9c6541007818aa20bfb37ca1d7297d0c10b825
Contents?: true
Size: 190 Bytes
Versions: 23
Compression:
Stored size: 190 Bytes
Contents
# frozen_string_literal: true # The class from which all other models inherit, including # those in our engine class ApplicationRecord < ActiveRecord::Base self.abstract_class = true end
Version data entries
23 entries across 23 versions & 2 rubygems