class Madness::Breadcrumbs

Handle breadcumbs generation by converting a path to an array of links

Constants

Attributes

path[R]

Public Class Methods

new(path) click to toggle source
# File lib/madness/breadcrumbs.rb, line 11
def initialize(path)
  @path = path
end

Public Instance Methods

Private Instance Methods

breadcrumbs() click to toggle source
breadcrumbs_maker(partial_path) click to toggle source
config() click to toggle source
# File lib/madness/breadcrumbs.rb, line 38
def config
  Settings.instance
end