Sha256: 93dadae42f74c8a2d181497023a6f6a70b4f49d97480a2af708f3e85e4f5989d
Contents?: true
Size: 226 Bytes
Versions: 7
Compression:
Stored size: 226 Bytes
Contents
class RaiseExceptionWithMultipleInvalidGroupNames < ActiveRecord::Migration using_group(:country_shards,:invalid_group) def self.up User.create!(:name => "Error") end def self.down User.delete_all() end end
Version data entries
7 entries across 7 versions & 1 rubygems