Sha256: fbb9b1eee575c33960f290eaf3e13afb03d8098fbefa6ca729a3c879f832a80a
Contents?: true
Size: 341 Bytes
Versions: 17
Compression:
Stored size: 341 Bytes
Contents
# frozen_string_literal: true require 'wcc/contentful' require 'wcc/contentful/downloads_schema' namespace :wcc_contentful do desc 'Downloads the schema from the currently configured space and stores it in ' \ 'db/contentful-schema.json' task download_schema: :environment do WCC::Contentful::DownloadsSchema.call end end
Version data entries
17 entries across 17 versions & 1 rubygems