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