aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods.rb
diff options
context:
space:
mode:
authorRizwan Reza <rizwanreza@gmail.com>2010-06-15 22:41:41 +0430
committerRizwan Reza <rizwanreza@gmail.com>2010-06-15 22:41:41 +0430
commit4ad6103c4f42c2dd2d2cad9b6f515737e9bf9de3 (patch)
tree7043019e7b7f9ba51a5f1f6adbad1678b1da3dfc /activerecord/lib/active_record/attribute_methods.rb
parent596300ac8a2a4be3e2c793f532d8f2ba7c602749 (diff)
downloadrails-4ad6103c4f42c2dd2d2cad9b6f515737e9bf9de3.tar.gz
rails-4ad6103c4f42c2dd2d2cad9b6f515737e9bf9de3.tar.bz2
rails-4ad6103c4f42c2dd2d2cad9b6f515737e9bf9de3.zip
Adds title and basic description where needed.
Diffstat (limited to 'activerecord/lib/active_record/attribute_methods.rb')
-rw-r--r--activerecord/lib/active_record/attribute_methods.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/lib/active_record/attribute_methods.rb b/activerecord/lib/active_record/attribute_methods.rb
index c117271c71..56e18eced0 100644
--- a/activerecord/lib/active_record/attribute_methods.rb
+++ b/activerecord/lib/active_record/attribute_methods.rb
@@ -1,6 +1,7 @@
require 'active_support/core_ext/enumerable'
module ActiveRecord
+ # = Active Record Attribute Methods
module AttributeMethods #:nodoc:
extend ActiveSupport::Concern
include ActiveModel::AttributeMethods