Sha256: 447f80d2da8c9fbf5ec5b418a312715c058ab213ae324bd96e1a31549f8bf570
Contents?: true
Size: 238 Bytes
Versions: 8
Compression:
Stored size: 238 Bytes
Contents
# frozen_string_literal: true module Decidim module ActionDelegator # Abstract class from which all models in this engine inherit. class ApplicationRecord < ActiveRecord::Base self.abstract_class = true end end end
Version data entries
8 entries across 8 versions & 1 rubygems