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