# File app/helpers/pages_helper.rb, line 3 def breadcrumbs(page) s = [] page.ancestors.each do |p| s << content_tag(link_to p.name, page_path(p)) end raw(s.join(' ')) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.