Skip to content

Add citations in bulk

Gareth Rees edited this page Nov 14, 2022 · 1 revision
me = User.find(USER_ID)
uri = 'https://example.com'
ctype = 'news_story academic_paper other' # pick one

# info_requests = InfoRequest.where…

info_requests.each { |ir| ir.citations.create!(user: me, source_url: uri, type: ctype) }
Clone this wiki locally