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