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

researcher -> author

parent 8d484c10
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ class Research::Researcher < ApplicationRecord
def publish_to_website(website)
github = Github.new website.access_token, website.repository
github.publish kind: :researchers,
github.publish kind: :authors,
file: "#{ id }.md",
title: to_s,
data: ApplicationController.render(
......
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