Sha256: b1121db67e349c749ea35f0841d75fddb94102b52df3bb9080e56a2946060247
Contents?: true
Size: 231 Bytes
Versions: 144
Compression:
Stored size: 231 Bytes
Contents
# frozen_string_literal: true module Decidim module Comments # Abstract class from which all models in this engine inherit. class ApplicationRecord < ActiveRecord::Base self.abstract_class = true end end end
Version data entries
144 entries across 144 versions & 2 rubygems