aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/errors.rb
diff options
context:
space:
mode:
authorRizwan Reza <rizwanreza@gmail.com>2010-06-15 23:11:30 +0430
committerRizwan Reza <rizwanreza@gmail.com>2010-06-15 23:11:30 +0430
commitc86915450af4ee800ca3eba474fe6d01c865c4c3 (patch)
treea739f2f8749ccd8dd66ed5c79c63997eb3e0911e /activerecord/lib/active_record/errors.rb
parentcef442f92c409db6aec8ec313f46eeaf93d9b733 (diff)
downloadrails-c86915450af4ee800ca3eba474fe6d01c865c4c3.tar.gz
rails-c86915450af4ee800ca3eba474fe6d01c865c4c3.tar.bz2
rails-c86915450af4ee800ca3eba474fe6d01c865c4c3.zip
Adds title.
Diffstat (limited to 'activerecord/lib/active_record/errors.rb')
-rw-r--r--activerecord/lib/active_record/errors.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/lib/active_record/errors.rb b/activerecord/lib/active_record/errors.rb
index cf5ddca2ba..7aa725d095 100644
--- a/activerecord/lib/active_record/errors.rb
+++ b/activerecord/lib/active_record/errors.rb
@@ -1,4 +1,7 @@
module ActiveRecord
+
+ # = Active Record Errors
+ #
# Generic Active Record exception class.
class ActiveRecordError < StandardError
end