Skip to content

Commit

Permalink
Merge branch 'main' into skander/new-bout
Browse files Browse the repository at this point in the history
  • Loading branch information
skanderm committed Dec 3, 2024
2 parents 3ccb700 + bf6205f commit 5a09253
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/lib/orcasite/radio/feed_stream.ex
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ defmodule Orcasite.Radio.FeedStream do
public? true
end

has_many :bout_feed_streams, Orcasite.Radio.BoutFeedStream
has_many :bout_feed_streams, Orcasite.Radio.BoutFeedStream do
public? true
end

many_to_many :bouts, Orcasite.Radio.Bout do
public? true
Expand Down

0 comments on commit 5a09253

Please sign in to comment.