Sha256: 99aaa1827a3c4ca2d2ccc7b9e2a5e673f8cea3b48154e1990e74bbb1d32bd257

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(:show)
  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/show_resource_url.html.haml
antw-kin-0.3.3 spec/fixture/app/views/nav_specs/show_resource_url.html.haml
antw-kin-0.4.0 spec/fixture/app/views/nav_specs/show_resource_url.html.haml
antw-kin-0.4.1 spec/fixture/app/views/nav_specs/show_resource_url.html.haml