Sha256: 64474e31be9085e3c9e585855fc3e7bb145ba4f1d4324b95df3331becfb037e2
Contents?: true
Size: 349 Bytes
Versions: 23
Compression:
Stored size: 349 Bytes
Contents
# frozen_string_literal: true module Decidim class ConferenceSpeakerConferenceMeeting < ApplicationRecord belongs_to :conference_speaker, foreign_key: "conference_speaker_id", class_name: "Decidim::ConferenceSpeaker" belongs_to :conference_meeting, foreign_key: "conference_meeting_id", class_name: "Decidim::ConferenceMeeting" end end
Version data entries
23 entries across 23 versions & 1 rubygems