Sha256: f3e77b0013cd51d4bf2e7d8410171181330059899d3fae2d46078a6651c70907

Contents?: true

Size: 225 Bytes

Versions: 4

Compression:

Stored size: 225 Bytes

Contents

module Exposition
  module LayoutHeaderHelper
    def title(title)
      content_for(:title, title.to_s)
    end

    def page_description(description)
      content_for(:page_description, description.to_s)
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
exposition-0.0.5.7.pre.alpha app/helpers/exposition/layout_header_helper.rb
exposition-0.0.5.6.pre.alpha app/helpers/exposition/layout_header_helper.rb
exposition-0.0.5.5.pre.alpha app/helpers/exposition/layout_header_helper.rb
exposition-0.0.5.4.pre.alpha app/helpers/exposition/layout_header_helper.rb