class Cdao::CitationFinder < Cdao::Base self.table_name = "citation_finders" TYPES = %w[SCRA PhilRep].freeze belongs_to :jurisprudence, class_name: "Cdao::Jurisprudence", optional: false delegate :title, :content, :ponente, :syllabus, :reference_number, :docdate, to: :jurisprudence end