Sha256: f3fea0fd424c4b6d8f29a3ca05fa8606603cb390f32a427ee3c996f32daeffcf
Contents?: true
Size: 182 Bytes
Versions: 3
Compression:
Stored size: 182 Bytes
Contents
module Panda module CMS class Breadcrumb attr_reader :name, :path def initialize(name, path) @name = name @path = path end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
panda-cms-0.7.3 | app/models/panda/cms/breadcrumb.rb |
panda-cms-0.7.2 | app/models/panda/cms/breadcrumb.rb |
panda-cms-0.7.0 | app/models/panda/cms/breadcrumb.rb |