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