Sha256: 9cf4fef0d638621313a45ca27fb924f51c0065689314386e4642dac7b257351c
Contents?: true
Size: 229 Bytes
Versions: 13
Compression:
Stored size: 229 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
13 entries across 13 versions & 2 rubygems