Sha256: 6241cd7863b08281a4d87f0da8aa68f843dc5499fac36e0dbac93e10517bbdef

Contents?: true

Size: 188 Bytes

Versions: 2

Compression:

Stored size: 188 Bytes

Contents

class Tramway::Page::PageDecorator < ::Tramway::Core::ApplicationDecorator
  class << self
    def collections
      [ :all ]
    end
  end

  def lead
    object.body.first 200
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tramway-page-1.1.1 app/decorators/tramway/page/page_decorator.rb
tramway-page-1.1 app/decorators/tramway/page/page_decorator.rb