Sha256: dddb87138b0b60bde4362013298d5000b743594fed4ffd1984830db22b60f86b
Contents?: true
Size: 302 Bytes
Versions: 6
Compression:
Stored size: 302 Bytes
Contents
module Pageflow # @api private module Sitemaps def self.entries_for(site:) PublishedEntry.wrap_all( site .entries .published_without_password_protection .published_without_noindex .order('first_published_at DESC') ) end end end
Version data entries
6 entries across 6 versions & 1 rubygems