Sha256: 12b159ef3d9c1a117bd2c835fbbd3ef08f457c232e18e89b554d1d8543d585fa
Contents?: true
Size: 325 Bytes
Versions: 29
Compression:
Stored size: 325 Bytes
Contents
# frozen_string_literal: true namespace :hyrax do namespace :controlled_vocabularies do desc "Load the lexvo vocabulary into the database" task language: :environment do require 'hyrax/controlled_vocabulary/importer/language' Hyrax::ControlledVocabulary::Importer::Language.new.import end end end
Version data entries
29 entries across 29 versions & 1 rubygems