states.rb revision fda87b00b3f144f81547c33512cd397f211b5bba
included do
where state: states.map(&:to_s)
}
STATES.each do |state|
eval "def #{state}?; state == '#{state}'; end"
end
end
# Enqueues new parse jobs for all failed ontologies
end
end
end
end
end
end