diff options
author | Xavier Noria <fxn@hashref.com> | 2008-05-21 22:34:18 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2008-05-21 22:34:18 +0200 |
commit | 49738f000b9c7e2902cf17e5e13943e5015f91b8 (patch) | |
tree | dbe5ccf0615bce94fc4584e6a269a9c1d7d49714 /actionpack/lib/action_controller/assertions/model_assertions.rb | |
parent | bc0e24040b900c1800c95172dc2532c82e8b28f6 (diff) | |
download | rails-49738f000b9c7e2902cf17e5e13943e5015f91b8.tar.gz rails-49738f000b9c7e2902cf17e5e13943e5015f91b8.tar.bz2 rails-49738f000b9c7e2902cf17e5e13943e5015f91b8.zip |
gsub("ActiveRecord", "Active Record")
Diffstat (limited to 'actionpack/lib/action_controller/assertions/model_assertions.rb')
-rw-r--r-- | actionpack/lib/action_controller/assertions/model_assertions.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/assertions/model_assertions.rb b/actionpack/lib/action_controller/assertions/model_assertions.rb index 0b4313055a..d25214bb66 100644 --- a/actionpack/lib/action_controller/assertions/model_assertions.rb +++ b/actionpack/lib/action_controller/assertions/model_assertions.rb @@ -1,7 +1,8 @@ module ActionController module Assertions module ModelAssertions - # Ensures that the passed record is valid by ActiveRecord standards and returns any error messages if it is not. + # Ensures that the passed record is valid by Active Record standards and + # returns any error messages if it is not. # # ==== Examples # |