8784: Fix test for latest firefox.
[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