Sha256: 0861b0c983314e439576e52ab93554ce82d0218bd2bb4826a1873d85ca64347a
Contents?: true
Size: 244 Bytes
Versions: 18
Compression:
Stored size: 244 Bytes
Contents
require 'active_record/fixtures' class Fixtures < (RUBY_VERSION < '1.9' ? YAML::Omap : Hash) def delete_existing_fixtures # do nothing - we're intentionally not emptying the database since it has some structural data in it end end
Version data entries
18 entries across 18 versions & 2 rubygems