Method: Monograph::Book#builtin_template_path

Defined in:
lib/monograph/book.rb

#builtin_template_pathObject



30
31
32
# File 'lib/monograph/book.rb', line 30

def builtin_template_path
  File.join(Monograph.root, 'templates', builtin_template)
end