Sha256: 6bda823b070d9b3d071e2f1a048fad21206a37d661a6e55e06e50b6fda66309b
Contents?: true
Size: 208 Bytes
Versions: 44
Compression:
Stored size: 208 Bytes
Contents
# frozen_string_literal: true module Decidim class Categorization < ApplicationRecord belongs_to :category, foreign_key: :decidim_category_id belongs_to :categorizable, polymorphic: true end end
Version data entries
44 entries across 44 versions & 2 rubygems