diff options
author | Matt Duncan <mrduncan@gmail.com> | 2010-02-03 18:14:07 -0500 |
---|---|---|
committer | Matt Duncan <mrduncan@gmail.com> | 2010-02-03 18:14:07 -0500 |
commit | ae6f856a47c39a5e4ad364ac44ab8e0ad4fedc11 (patch) | |
tree | d6e28f8ef26fa3966960fcf6a1830a02405bc7aa /railties/guides/source | |
parent | 69e693d711b4c002e0f1d94b0b96cceffb5232ac (diff) | |
download | rails-ae6f856a47c39a5e4ad364ac44ab8e0ad4fedc11.tar.gz rails-ae6f856a47c39a5e4ad364ac44ab8e0ad4fedc11.tar.bz2 rails-ae6f856a47c39a5e4ad364ac44ab8e0ad4fedc11.zip |
Fix capitalization on note
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/3_0_release_notes.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile index 15d38b47a0..d70c1e2191 100644 --- a/railties/guides/source/3_0_release_notes.textile +++ b/railties/guides/source/3_0_release_notes.textile @@ -442,7 +442,7 @@ As well as the following deprecations: * validates_presence_of => validates... :presence => true * <tt>ActiveRecord::Base.colorize_logging</tt> and <tt>config.active_record.colorize_logging</tt> are deprecated in favour of <tt>Rails::Subscriber.colorize_logging</tt> or <tt>config.colorize_logging</tt> -NOTE: while an implementation of State Machine has been in Active Record edge for some months now, it has been removed from the Rails 3.0 release. +NOTE: While an implementation of State Machine has been in Active Record edge for some months now, it has been removed from the Rails 3.0 release. h3. Active Resource |