diff options
author | kaygee <keith.gautreaux@gmail.com> | 2010-06-16 13:07:19 -0500 |
---|---|---|
committer | kaygee <keith.gautreaux@gmail.com> | 2010-06-16 13:07:19 -0500 |
commit | 6509cebbf6e667179de11eeecbd31c2b5f77e1fb (patch) | |
tree | b64b7a8001f9a2c7b7e6b572456e068468f52dbc /activerecord/lib/active_record/migration.rb | |
parent | 9a4fc420711a7225ef0504baf97b22a3728b21a4 (diff) | |
parent | fde95048475c1ffc89978650411b2e9034ff6a35 (diff) | |
download | rails-6509cebbf6e667179de11eeecbd31c2b5f77e1fb.tar.gz rails-6509cebbf6e667179de11eeecbd31c2b5f77e1fb.tar.bz2 rails-6509cebbf6e667179de11eeecbd31c2b5f77e1fb.zip |
Merge branch 'master' of github.com:lifo/docrails
* 'master' of github.com:lifo/docrails:
Adds title to activerecord/lib/active_record/associations/*
Adds title to the rest of the files in activerecord/lib
Adds title and proper formatting to docs.
Adds title where needed.
Adds basic description and title.
Adds title and minor changes.
Diffstat (limited to 'activerecord/lib/active_record/migration.rb')
-rw-r--r-- | activerecord/lib/active_record/migration.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/migration.rb b/activerecord/lib/active_record/migration.rb index 4a1d6ac758..b273c33e50 100644 --- a/activerecord/lib/active_record/migration.rb +++ b/activerecord/lib/active_record/migration.rb @@ -29,7 +29,7 @@ module ActiveRecord end end - # Active Record Migrations + # = Active Record Migrations # # Migrations can manage the evolution of a schema used by several physical # databases. It's a solution to the common problem of adding a field to make |