Module: Brief::Document::Templating

Extended by:
ActiveSupport::Concern
Included in:
Brief::Document
Defined in:
lib/brief/document/templating.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#generate_contentObject



4
5
6
# File 'lib/brief/document/templating.rb', line 4

def generate_content
  model_class.generate_template_content_from(@frontmatter)
end