Sha256: 6a52ab9c4298f1b1e83f201fbcc5d154c3517cd439c11cca6066cfe1155307bf

Contents?: true

Size: 246 Bytes

Versions: 3

Compression:

Stored size: 246 Bytes

Contents

class ApplicationController < ActionController::Base
  # Prevent CSRF attacks by raising an exception.
  # For APIs, you may want to use :null_session instead.
  protect_from_forgery with: :exception

  breadcrumb(name: "home") { root_path }
end

Version data entries

3 entries across 3 versions & 1 rubygems

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