Sha256: 763cb70b6dae68ccbe11fad2c4ccd697d793f9172920141cc8ef18a1ab2ccd66

Contents?: true

Size: 219 Bytes

Versions: 3

Compression:

Stored size: 219 Bytes

Contents

class WelcomeController < ApplicationController

  def index
    breadcrumb(name: "here") { root_path }
  end

  def hello
    breadcrumb(name: "here") { root_path }
    breadcrumb(name: "world") { "/world" }
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
breadcrumb_trail-0.2.1 spec/dummy/app/controllers/welcome_controller.rb
breadcrumb_trail-0.2.0 spec/dummy/app/controllers/welcome_controller.rb
breadcrumb_trail-0.1.0 spec/dummy/app/controllers/welcome_controller.rb