Sha256: 0d832236f289a10df30dd28304524814ce664119392c7bd877e4cbddf3eaf036

Contents?: true

Size: 228 Bytes

Versions: 1

Compression:

Stored size: 228 Bytes

Contents

# frozen_string_literal: true

module Decidim
  module Posts
    # Abstract class from which all models in this engine inherit.
    class ApplicationRecord < ActiveRecord::Base
      self.abstract_class = true
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
decidim-posts-1.0.0 app/models/decidim/posts/application_record.rb