module SerbeaRails::FrontmatterHelpers

Public Instance Methods

set_page_frontmatter=(data) click to toggle source
# File lib/serbea-rails.rb, line 10
def set_page_frontmatter=(data)
  @frontmatter ||= HashWithDotAccess::Hash.new
  @frontmatter.update(data)
end