Sha256: a591b13c56e70948688acd249381cde1754f5261e56f2ed1d193c5dcaea2841d
Contents?: true
Size: 230 Bytes
Versions: 15
Compression:
Stored size: 230 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
15 entries across 15 versions & 2 rubygems