Sha256: 6ae276c604c6370c3da2a077dc5cddffd5384e6284c53fbd8d135ed8eccf2e81
Contents?: true
Size: 251 Bytes
Versions: 88
Compression:
Stored size: 251 Bytes
Contents
# frozen_string_literal: true module Decidim module <%= component_module_name %> # Abstract class from which all models in this engine inherit. class ApplicationRecord < ActiveRecord::Base self.abstract_class = true end end end
Version data entries
88 entries across 88 versions & 1 rubygems