Sha256: a717ff1817830be2accf329448cab4e6a780382acf01b91877c8abb122a92dc4
Contents?: true
Size: 417 Bytes
Versions: 62
Compression:
Stored size: 417 Bytes
Contents
# frozen_string_literal: true require "active_support/concern" module Decidim # Specific methods for scoped participatory spaces. module ScopableParticipatorySpace extend ActiveSupport::Concern included do include Scopable belongs_to :scope, foreign_key: "decidim_scope_id", class_name: "Decidim::Scope", optional: true end end end
Version data entries
62 entries across 62 versions & 1 rubygems