Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
kookster committed Feb 28, 2024
1 parent d466ad1 commit 16afe36
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/models/apple/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ class Config < ApplicationRecord

validate :feed_podcasts_match

def self.has_apple_config?(podcast)
podcast.default_feed.apple_configs.present?
end

def self.find_or_build_private_feed(podcast)
if (existing = podcast.feeds.find_by(slug: DEFAULT_FEED_SLUG, title: DEFAULT_TITLE))
# TODO, handle partitions on apple models via the apple_config
Expand Down

0 comments on commit 16afe36

Please sign in to comment.