Sha256: 3f01f31cc979369f9db076ab69d0eee4b10b2ba5f7acb8373a766133d9355017
Contents?: true
Size: 225 Bytes
Versions: 59
Compression:
Stored size: 225 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
59 entries across 59 versions & 2 rubygems