Sha256: e6a4de0de38557ed368046f0f42531407d2329514611efdea3b21730f5a0165e

Contents?: true

Size: 215 Bytes

Versions: 9

Compression:

Stored size: 215 Bytes

Contents

# frozen_string_literal: true

module Example
  class Page
    # The index page
    class Index < self
      setting :template, 'index'

      register_page_as :index
      register_view_as :index
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
lb-project-0.3.1 spec/fixtures/lib/example/page/index.rb
lb-project-0.3.0 spec/fixtures/lib/example/page/index.rb
lb-project-0.2.3 spec/fixtures/lib/example/page/index.rb
lb-project-0.2.2 spec/fixtures/lib/example/page/index.rb
lb-project-0.2.1 spec/fixtures/lib/example/page/index.rb
lb-project-0.2.0 spec/fixtures/lib/example/page/index.rb
lb-project-0.1.1 spec/fixtures/lib/example/page/index.rb
lb-project-0.1.0 spec/fixtures/lib/example/page/index.rb
lb-project-0.0.1 spec/fixtures/lib/example/page/index.rb