noesya/osuny

View on GitHub
app/controllers/extranet/posts/application_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
D
60%
class Extranet::Posts::ApplicationController < Extranet::ApplicationController

  protected

  def breadcrumb
    super
    add_breadcrumb Communication::Extranet.human_attribute_name(:feature_posts), posts_root_path
  end
end