From 6a2cf4cc3a3d2b187f8495ecf9d519c29a672a11 Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Mon, 13 Feb 2012 15:57:09 +1300 Subject: update engines guide to explicitly reference relative-to-engine-root-path for db/seeds.rb --- railties/lib/rails/engine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') diff --git a/railties/lib/rails/engine.rb b/railties/lib/rails/engine.rb index ca7f31e05a..af2bde5a6e 100644 --- a/railties/lib/rails/engine.rb +++ b/railties/lib/rails/engine.rb @@ -326,7 +326,7 @@ module Rails # migration in the application and rerun copying migrations. # # If your engine has migrations, you may also want to prepare data for the database in - # the seeds.rb file. You can load that data using the load_seed method, e.g. + # the db/seeds.rb file. You can load that data using the load_seed method, e.g. # # MyEngine::Engine.load_seed # -- cgit v1.2.3