diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-05-12 19:08:19 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-05-12 19:08:19 +0530 |
commit | f2f6534272b7895aa39183890043bc8c8e0ee1e8 (patch) | |
tree | 496ccaa48079b9a4ee8366c4f265cdeb8d4d1473 /activerecord | |
parent | 98355fe100d9e014e88ba9b1b78f606c9312bc44 (diff) | |
download | rails-f2f6534272b7895aa39183890043bc8c8e0ee1e8.tar.gz rails-f2f6534272b7895aa39183890043bc8c8e0ee1e8.tar.bz2 rails-f2f6534272b7895aa39183890043bc8c8e0ee1e8.zip |
s/wether/whether [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/core.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/core.rb b/activerecord/lib/active_record/core.rb index a869ed8c04..ff2b0b5576 100644 --- a/activerecord/lib/active_record/core.rb +++ b/activerecord/lib/active_record/core.rb @@ -77,7 +77,7 @@ module ActiveRecord ## # :singleton-method: - # Specifies wether or not has_many or has_one association option + # Specifies whether or not has_many or has_one association option # :dependent => :restrict raises an exception. If set to true, the # ActiveRecord::DeleteRestrictionError exception will be raised # along with a DEPRECATION WARNING. If set to false, an error would |