Sha256: 411fef8c4200a1f036420013023290b473ee13b45cadc533b8e72c9d62af0446
Contents?: true
Size: 373 Bytes
Versions: 65
Compression:
Stored size: 373 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(true) bootstrapper.synchronize(true) else puts 'Cannot send the Apimap, Forest cannot find your env_secret' end end end
Version data entries
65 entries across 65 versions & 1 rubygems