8784: Fix test for latest firefox.
[arvados.git] / services / api / db / migrate / 20150206210804_all_users_can_read_anonymous_group.rb
1 class AllUsersCanReadAnonymousGroup < ActiveRecord::Migration
2   include CurrentApiClient
3
4   def up
5     anonymous_group_read_permission
6   end
7
8   def down
9     # Do nothing - it's too dangerous to try to figure out whether or not
10     # the permission was created by the migration.
11   end
12 end