coding-chimp/TalesOfInterest

View on GitHub
app/presenters/episode_presenter.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class EpisodePresenter has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

class EpisodePresenter < BasePresenter
  presents :episode
  delegate :title, :num, :full_title, :file_url, to: :episode

  def linked_podcast_name
Severity: Minor
Found in app/presenters/episode_presenter.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status