Sha256: 9ec0272d98886d666c4f3a93113b36dad99d610178b63af8cfdf10987785bf50

Contents?: true

Size: 366 Bytes

Versions: 5

Compression:

Stored size: 366 Bytes

Contents

module Pageflow
  module InternalLinks
    class ListPageType < Pageflow::PageType
      name 'internal_links_list'

      def translation_key_prefix
        'pageflow.internal_links.list'
      end

      def template_path
        'pageflow/internal_links/list/page'
      end

      def view_helpers
        [InternalLinks::ListHelper]
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pageflow-internal-links-1.2.0 lib/pageflow/internal_links/list_page_type.rb
pageflow-internal-links-1.1.0 lib/pageflow/internal_links/list_page_type.rb
pageflow-internal-links-1.0.0 lib/pageflow/internal_links/list_page_type.rb
pageflow-internal-links-0.2.0 lib/pageflow/internal_links/list_page_type.rb
pageflow-internal-links-0.1.0 lib/pageflow/internal_links/list_page_type.rb