Method: Pageflow::EntryPublicationStates#published_until
- Defined in:
- app/models/concerns/pageflow/entry_publication_states.rb
#published_until ⇒ Object
53 54 55 |
# File 'app/models/concerns/pageflow/entry_publication_states.rb', line 53 def published_until published? ? published_revision.published_until : nil end |