Sha256: fde61fbfeea9bbdda0b068a9e3818a0eacaf7967ff909175bd7102bfd64bc776
Contents?: true
Size: 348 Bytes
Versions: 1
Compression:
Stored size: 348 Bytes
Contents
namespace :spree do desc "Synchronize public assets, migrations, seed and sample data from the Spree gems" task :sync do migration_dir = File.join(File.dirname(__FILE__), '..', '..', 'db', 'migrate') puts "Mirror: #{migration_dir}" Spree::FileUtilz.mirror_with_backup(migration_dir, File.join(Rails.root, 'db', 'migrate')) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_api-0.30.0.beta1 | lib/tasks/api.rake |