Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

WIP: Zenodo importer. #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

WIP: Zenodo importer. #21

wants to merge 2 commits into from

Conversation

jure
Copy link
Member

@jure jure commented Jul 5, 2015

No description provided.

@@ -0,0 +1,5 @@
require 'rails_helper'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

end

def process_other(url)
tool = Tool.where(url: url).first_or_create

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Useless assignment to variable - tool.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants