Sha256: d88ca6cea77de27b7e8f2287fef7a9cc4d1153fa8bd07612f4fc52f9f641cde2
Contents?: true
Size: 265 Bytes
Versions: 1
Compression:
Stored size: 265 Bytes
Contents
module Pageflow # @api private module Sitemaps def self.entries_for(site:) PublishedEntry.wrap_all( site .entries .published_without_password_protection .order('first_published_at DESC') ) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pageflow-16.1.0 | app/models/pageflow/sitemaps.rb |