Sha256: 5f82c2e6bb85aded90826b04738d9812a635d024e487440bd11017af697b0714
Contents?: true
Size: 183 Bytes
Versions: 137
Compression:
Stored size: 183 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
137 entries across 137 versions & 2 rubygems