Sha256: b52e525c4e1fac279f21890c2acdad625ea15f033005e773f5b356c5578b800e

Contents?: true

Size: 202 Bytes

Versions: 4

Compression:

Stored size: 202 Bytes

Contents

:ruby
  Kin::Nav.setup(:test) do |nav|
    # Item with a URL generated at runtime.
    nav.add(:resource, 'Show resource').resource(:edit)
  end

= display_navigation(:test, :resource => FakeModel.new)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
antw-kin-0.3.2 spec/fixture/app/views/nav_specs/resource_url.html.haml
antw-kin-0.3.3 spec/fixture/app/views/nav_specs/resource_url.html.haml
antw-kin-0.4.0 spec/fixture/app/views/nav_specs/resource_url.html.haml
antw-kin-0.4.1 spec/fixture/app/views/nav_specs/resource_url.html.haml