Sha256: d62d3ec2b4824340da54142a52f1d2a2d9f6f041308108de84a026fa151cf077
Contents?: true
Size: 240 Bytes
Versions: 19
Compression:
Stored size: 240 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
19 entries across 19 versions & 6 rubygems