7 lines
183 B
Ruby
7 lines
183 B
Ruby
|
#!/usr/bin/env ruby
|
||
|
# frozen_string_literal: true
|
||
|
|
||
|
require File.expand_path(File.join(File.dirname(__FILE__), "..", "..", "config", "environment"))
|
||
|
|
||
|
APIImage.find_each(&:update_iqdb)
|