aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-06-13 09:55:00 -0700
committerZachary Scott <e@zzak.io>2014-06-13 09:55:00 -0700
commitfaf0a93df56d00eb0956748780838321911fc655 (patch)
tree5bccac00fdf22cee0425975b93c53a0ebb262927 /activerecord/lib/active_record
parent0bfdf4087047cf7ef72fa10d07baecadefc53b70 (diff)
downloadrails-faf0a93df56d00eb0956748780838321911fc655.tar.gz
rails-faf0a93df56d00eb0956748780838321911fc655.tar.bz2
rails-faf0a93df56d00eb0956748780838321911fc655.zip
Specifically talking about Rake the library [ci skip]
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r--activerecord/lib/active_record/tasks/database_tasks.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/tasks/database_tasks.rb b/activerecord/lib/active_record/tasks/database_tasks.rb
index dedbbd3585..649f316ed8 100644
--- a/activerecord/lib/active_record/tasks/database_tasks.rb
+++ b/activerecord/lib/active_record/tasks/database_tasks.rb
@@ -6,7 +6,7 @@ module ActiveRecord
# <tt>ActiveRecord::Tasks::DatabaseTasks</tt> is a utility class, which encapsulates
# logic behind common tasks used to manage database and migrations.
#
- # The tasks defined here are used in rake tasks provided by Active Record.
+ # The tasks defined here are used with Rake tasks provided by Active Record.
#
# In order to use DatabaseTasks, a few config values need to be set. All the needed
# config values are set by Rails already, so it's necessary to do it only if you
@@ -14,7 +14,6 @@ module ActiveRecord
# (in such case after configuring the database tasks, you can also use the rake tasks
# defined in Active Record).
#
- #
# The possible config values are:
#
# * +env+: current environment (like Rails.env).