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