diff options
author | Arun Agrawal <arunagw@gmail.com> | 2013-12-26 11:43:33 -0800 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2013-12-26 11:43:33 -0800 |
commit | cef8c8f772cf7a853a1c447f02baecfdde9fa237 (patch) | |
tree | a627f4a4ecf5299ef2888497af5e8d263983b077 /guides/source | |
parent | 8003c541f7e66d1802c46fc4db6f11308a072065 (diff) | |
parent | 46096a082f98fd9778f4036027318758fbf44e88 (diff) | |
download | rails-cef8c8f772cf7a853a1c447f02baecfdde9fa237.tar.gz rails-cef8c8f772cf7a853a1c447f02baecfdde9fa237.tar.bz2 rails-cef8c8f772cf7a853a1c447f02baecfdde9fa237.zip |
Merge pull request #13498 from dmitrydims/master
Fixed typo in Rails 4.1 Release Notes [CI skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/4_1_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_1_release_notes.md b/guides/source/4_1_release_notes.md index 5f1ecb1cae..171572c77c 100644 --- a/guides/source/4_1_release_notes.md +++ b/guides/source/4_1_release_notes.md @@ -366,7 +366,7 @@ for detailed changes. * Removed deprecated `increment_open_transactions`. * Removed deprecated `PostgreSQLAdapter#outside_transaction?` - methodd. You can use `#transaction_open?` instead. + method. You can use `#transaction_open?` instead. * Removed deprecated `ActiveRecord::Fixtures.find_table_name` in favor of `ActiveRecord::Fixtures.default_fixture_model_name`. |