apps/blueprint/models/project.rb in brief-1.12.7 vs apps/blueprint/models/project.rb in brief-1.12.8

- old
+ new

@@ -13,6 +13,22 @@ paragraph "p:first-of-type" title "h1:first-of-type", :hide => true tagline "h2:first-of-type", :hide => true yaml_data "code.yaml:first-of-type", :serialize => :yaml, :hide => true end + + def epics + briefcase.epics(project: title) + end + + def sitemaps + briefcase.sitemaps(project: title) + end + + def features + briefcase.features(project: title) + end + + def releases + briefcase.releases(project: title) + end end