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