Skip to content

Commit

Permalink
Update location of where to manage which frameworks are loaded in db:…
Browse files Browse the repository at this point in the history
…schema:load error message. [rails#4716 state:resolved]
  • Loading branch information
Brad Greenlee committed May 27, 2010
1 parent f1ae032 commit 1c53de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/railties/databases.rake
Expand Up @@ -303,7 +303,7 @@ namespace :db do
if File.exists?(file)
load(file)
else
abort %{#{file} doesn't exist yet. Run "rake db:migrate" to create it then try again. If you do not intend to use a database, you should instead alter #{Rails.root}/config/boot.rb to limit the frameworks that will be loaded}
abort %{#{file} doesn't exist yet. Run "rake db:migrate" to create it then try again. If you do not intend to use a database, you should instead alter #{Rails.root}/config/application.rb to limit the frameworks that will be loaded}
end
end
end
Expand Down

0 comments on commit 1c53de0

Please sign in to comment.