4 lines
84 B
Ruby
4 lines
84 B
Ruby
|
class Program < ApplicationRecord
|
||
|
has_and_belongs_to_many :participants
|
||
|
end
|
||
|
|