Sha256: 5acb5287f2cd2385ca76fd250bd8c761daa8147f23748fff3d9466eab7bf264a
Contents?: true
Size: 151 Bytes
Versions: 25
Compression:
Stored size: 151 Bytes
Contents
module Spider; module Migrations class IrreversibleMigration < Migration def undo raise "IrreversibleMigration, can't undo" end end end; end
Version data entries
25 entries across 25 versions & 1 rubygems