module ComfyArchive::CmsPageExtensions
Public Instance Methods
published_at(datetime_fragment)
click to toggle source
# File lib/comfy_archive/engine.rb, line 47 def published_at(datetime_fragment) self.fragments.where(identifier: datetime_fragment).first.datetime end