Sha256: fd26a3b408d5e95ca8613aee807966f19e6f1c90dd571f2db475c661e21cb48b
Contents?: true
Size: 178 Bytes
Versions: 3
Compression:
Stored size: 178 Bytes
Contents
class PostsController < ApplicationController add_breadcrumb 'All Posts', :posts_path def index end def new add_breadcrumb 'New Post', 'new_post_path' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
loaf-0.3.0 | spec/rails_app/app/controllers/posts_controller.rb |
loaf-0.2.1 | spec/rails_app/app/controllers/posts_controller.rb |
loaf-0.2.0 | spec/rails_app/app/controllers/posts_controller.rb |