Add 'apps/arv-web/' from commit 'f9732ad8460d013c2f28363655d0d1b91894dca5'
[arvados.git] / services / api / db / migrate / 20140714184006_empty_collection.rb
1 class EmptyCollection < ActiveRecord::Migration
2   include CurrentApiClient
3
4   def up
5     empty_collection
6   end
7
8   def down
9     # do nothing when migrating down (having the empty collection
10     # and a permission link for it is harmless)
11   end
12 end