spec/rails_app/app/controllers/application_controller.rb in loaf-0.3.0 vs spec/rails_app/app/controllers/application_controller.rb in loaf-0.4.0

- old
+ new

@@ -1,5 +1,3 @@ class ApplicationController < ActionController::Base protect_from_forgery - - add_breadcrumb 'Home', 'root_path' end