Sha256: 9dce2b8f18802dc515cf4b74bf1861d5be6c4ea9acd86ca8701f96eab6d4cfdd
Contents?: true
Size: 229 Bytes
Versions: 13
Compression:
Stored size: 229 Bytes
Contents
# frozen_string_literal: true module Decidim module Budgets # 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