summaryrefslogtreecommitdiff
path: root/core/lib/tasks/leap_web_core_tasks.rake
blob: 734fae99a2f374168f6c9b75a07524fe8293c8fe (plain)
1
2
3
4
5
6
7
8
9
namespace :couchrest do

  desc "Dump all the design docs found in each model"
  task :dump => :environment do
    CouchRest::Model::Utils::Migrate.load_all_models
    CouchRest::Model::Utils::Migrate.dump_all_models
  end
end