Class: Archangel::Page

Inherits:
ApplicationRecord show all
Extended by:
ActsAsTree::TreeView
Includes:
Models::MetatagableConcern, Models::PublishableConcern
Defined in:
app/models/archangel/page.rb

Overview

Page model

Instance Method Summary collapse

Methods included from Models::PublishableConcern

#available?, #published?

Instance Method Details

#to_liquidObject

Liquid object for Page

Returns:

  • (Object)

    the Liquid object



47
48
49
# File 'app/models/archangel/page.rb', line 47

def to_liquid
  Archangel::Liquid::Drops::PageDrop.new(self)
end