Sha256: 032e4d75937917f226614b474bb1acb6ae40173d10bbc5a2c8688d57f53d2f3f
Contents?: true
Size: 184 Bytes
Versions: 24
Compression:
Stored size: 184 Bytes
Contents
class DropDeprecatedProjectRoles < ActiveRecord::Migration def up Role.where(name: %w{Contributor Tester}).delete_all end def down raise IrreversibleMigration end end
Version data entries
24 entries across 24 versions & 1 rubygems