Sha256: 4b928118e0f035f4d4c6ffe7d4d457417abac9ccca715506b27c44f2b782b0ea
Contents?: true
Size: 237 Bytes
Versions: 24
Compression:
Stored size: 237 Bytes
Contents
# frozen_string_literal: true module Decidim module DecidimAwesome # Abstract class from which all models in this engine inherit. class ApplicationRecord < ActiveRecord::Base self.abstract_class = true end end end
Version data entries
24 entries across 24 versions & 1 rubygems