Sha256: c24ca5e9462b9fbf06e80624c979f684a82beab53c5d2ee9002e5c7242cd9557
Contents?: true
Size: 795 Bytes
Versions: 36
Compression:
Stored size: 795 Bytes
Contents
crumb :root do link "Home", root_path end # crumb :projects do # link "Projects", projects_path # end # crumb :project do |project| # link project.name, project_path(project) # parent :projects # end # crumb :project_issues do |project| # link "Issues", project_issues_path(project) # parent :project, project # end # crumb :issue do |issue| # link issue.title, issue_path(issue) # parent :project_issues, issue.project # end # If you want to split your breadcrumbs configuration over multiple files, you # can create a folder named `config/breadcrumbs` and put your configuration # files there. All *.rb files (e.g. `frontend.rb` or `products.rb`) in that # folder are loaded and reloaded automatically when you change them, just like # this file (`config/breadcrumbs.rb`).
Version data entries
36 entries across 36 versions & 4 rubygems