Sha256: 56a9f0f70787185d9ae8f1c9de11e1a297debf7a71f046b1c04bebcd191f4177
Contents?: true
Size: 226 Bytes
Versions: 31
Compression:
Stored size: 226 Bytes
Contents
# frozen_string_literal: true module Decidim module System # Custom ApplicationRecord scoped to the system panel. # class ApplicationRecord < ActiveRecord::Base self.abstract_class = true end end end
Version data entries
31 entries across 31 versions & 2 rubygems