thedrummeraki/tanoshimu

View on GitHub
app/models/poster.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class Poster < ApplicationRecord
  def missing?
    original == Show::DEFAULT_POSTER_URL
  end
end