Skip to content

Commit

Permalink
update engines guide to explicitly reference relative-to-engine-root-…
Browse files Browse the repository at this point in the history
…path for db/seeds.rb
  • Loading branch information
radar committed Feb 16, 2012
1 parent 4435959 commit 6a2cf4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/engine.rb
Expand Up @@ -326,7 +326,7 @@ module Rails
# migration in the application and rerun copying migrations. # migration in the application and rerun copying migrations.
# #
# If your engine has migrations, you may also want to prepare data for the database in # If your engine has migrations, you may also want to prepare data for the database in
# the <tt>seeds.rb</tt> file. You can load that data using the <tt>load_seed</tt> method, e.g. # the <tt>db/seeds.rb</tt> file. You can load that data using the <tt>load_seed</tt> method, e.g.
# #
# MyEngine::Engine.load_seed # MyEngine::Engine.load_seed
# #
Expand Down

0 comments on commit 6a2cf4c

Please sign in to comment.