spec/rails_app/app/controllers/posts_controller.rb in loaf-0.4.0 vs spec/rails_app/app/controllers/posts_controller.rb in loaf-0.5.0

- old
+ new

@@ -3,10 +3,10 @@ class PostsController < ApplicationController breadcrumb 'Home', :root_path, only: :index def index - breadcrumb 'All Posts', posts_path + breadcrumb 'all_posts', posts_path end def show @post = ::Post.new(1) end