Sha256: ecf92ea50e277a02160ca2f03382117faf61f814ad3563db64b09f848eca7180
Contents?: true
Size: 364 Bytes
Versions: 49
Compression:
Stored size: 364 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 bootstraper = ForestLiana::Bootstraper.new bootstraper.synchronize(true) else puts 'Cannot send the Apimap, Forest cannot find your env_secret' end end end
Version data entries
49 entries across 49 versions & 1 rubygems