Sha256: bfdf8a0c97957630e4b58150d2e8afbc150e7b05b935c44f02cf1d28c4a8466a
Contents?: true
Size: 367 Bytes
Versions: 125
Compression:
Stored size: 367 Bytes
Contents
namespace :forest do desc "Synchronize the models/customization with Forest servers" task(:send_apimap).clear task send_apimap: :environment do if ForestLiana.env_secret bootstrapper = ForestLiana::Bootstrapper.new bootstrapper.synchronize(true) else puts 'Cannot send the Apimap, Forest cannot find your env_secret' end end end
Version data entries
125 entries across 125 versions & 1 rubygems