Sha256: 00e64fe5c0809230de2b7c114175f67039ae15b79e34a495cb0dcb9681bbda19
Contents?: true
Size: 338 Bytes
Versions: 16
Compression:
Stored size: 338 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
16 entries across 16 versions & 1 rubygems