Skip to content
Snippets Groups Projects
Commit ceb136d8 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

rescue frontmatter

parent 42c18d54
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,8 @@ module WithGithub
def github_frontmatter
@frontmatter ||= FrontMatterParser::Parser.new(:md).call(github_content)
rescue
FrontMatterParser::Parser.new(:md)
end
def github_path_generated
......
......@@ -324,7 +324,7 @@ ActiveRecord::Schema.define(version: 2021_10_28_100510) do
t.uuid "research_journal_id", null: false
t.uuid "research_journal_volume_id"
t.datetime "created_at", precision: 6, null: false
t.datetime "updated_at", precision: 6, null: false
t.date "updated_at", null: false
t.uuid "updated_by_id"
t.text "abstract"
t.text "references"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment