mattconnolly / rails-backup-migrate

A gem providing a rake task for backing up and migrating databases and files between rails instances.
Other
26 stars 16 forks source link

README's 'Rakefile' should be 'Gemfile' #13

Open samnissen opened 10 years ago

samnissen commented 10 years ago

The README says: Add the following line to your rails application’s Rakefile require 'rails-backup-migrate'

It should say instead Add the following line to your rails application’s Gemfile require 'rails-backup-migrate'