README.md

Path: README.md
Last Update: Sat Feb 23 07:12:42 +0000 2019

Seed Dump

==

Seed Dump is a Rails 4 and 5 plugin that adds a rake task named `db:seed:dump`.

It allows you to create seed data files from the existing data in your database.

You can also use Seed Dump from the Rails console. See below for usage examples.

Note: if you want to use Seed Dump with Rails 3 or earlier, use [version 0.5.3](rubygems.org/gems/seed_dump/versions/0.5.3).

Installation

[Validate]