Sha256: 86a24ca0f7e19b9ed78ddf932805a58110076c50d476ef682b1a38ebe0dfd8ee
Contents?: true
Size: 393 Bytes
Versions: 21
Compression:
Stored size: 393 Bytes
Contents
# frozen_string_literal: true module Decidim module Conferences class ConferenceMeetingRegistrationType < ApplicationRecord belongs_to :conference_meeting, foreign_key: "conference_meeting_id", class_name: "Decidim::ConferenceMeeting" belongs_to :registration_type, foreign_key: "registration_type_id", class_name: "Decidim::Conferences::RegistrationType" end end end
Version data entries
21 entries across 21 versions & 1 rubygems