Sha256: db717dce8dc8fd10b62ac03efdf3635a6d6633e94f0273928c4b4e4fafae28d6
Contents?: true
Size: 229 Bytes
Versions: 3
Compression:
Stored size: 229 Bytes
Contents
# frozen_string_literal: true module Decidim module ParticipatoryDocuments # Main ActiveRecord application configuration. class ApplicationRecord < ActiveRecord::Base self.abstract_class = true end end end
Version data entries
3 entries across 3 versions & 1 rubygems