We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
me = User.find(USER_ID) uri = 'https://example.com' ctype = 'journalism academic campaigning other' # pick one # info_requests = InfoRequest.where… info_requests.each { |ir| ir.citations.create!(user: me, source_url: uri, type: ctype) }