znamenica/allslavic

View on GitHub
app/models/novelty.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class Novelty < Librum
   default_scope { unscope(:where).where(type: "Novelty") }
end