test/dummy/config/breadcrumbs/test_crumbs.rb in gretel-3.0.2 vs test/dummy/config/breadcrumbs/test_crumbs.rb in gretel-3.0.3
- old
+ new
@@ -70,6 +70,11 @@
link times_two("Test"), about_path
end
crumb :project do |project|
link project.name, project
+end
+
+crumb :with_link_options do
+ link "Test", about_path, title: "My Title", other: "Other Option"
+ link "Other Link", some_option: "Test"
end
\ No newline at end of file