spec/rails_app/app/controllers/application_controller.rb in loaf-0.5.0 vs spec/rails_app/app/controllers/application_controller.rb in loaf-0.6.0
- old
+ new
@@ -1,3 +1,5 @@
class ApplicationController < ActionController::Base
protect_from_forgery
+
+ breadcrumb 'Home', :root_path, only: :index
end