aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/persistence.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-08-27 23:30:52 +0200
committerXavier Noria <fxn@hashref.com>2010-08-27 23:30:52 +0200
commit27d42a56b9b28ab9966fa73971e1a5b7a9c8cdff (patch)
tree73011d6b4b9f35ae26e9981e5c514302de0982c9 /activerecord/lib/active_record/persistence.rb
parent4a56f8f3145e396c9932be83d563fd75219c1f4d (diff)
downloadrails-27d42a56b9b28ab9966fa73971e1a5b7a9c8cdff.tar.gz
rails-27d42a56b9b28ab9966fa73971e1a5b7a9c8cdff.tar.bz2
rails-27d42a56b9b28ab9966fa73971e1a5b7a9c8cdff.zip
Revert "call-seq directive makes rdoc cry and replaces method names with a curly brace; besides it doesn't add anything when you only list one call example since this is obviously documented already"
Reason: Part of this commit touches vendorized stuff, the rest is fine, could you please repatch? This reverts commit 60de0e56b7f57f0052d7e4f43bd2ef9e363c6a1a.
Diffstat (limited to 'activerecord/lib/active_record/persistence.rb')
-rw-r--r--activerecord/lib/active_record/persistence.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/lib/active_record/persistence.rb b/activerecord/lib/active_record/persistence.rb
index 1b016f0895..bf8089f042 100644
--- a/activerecord/lib/active_record/persistence.rb
+++ b/activerecord/lib/active_record/persistence.rb
@@ -18,6 +18,9 @@ module ActiveRecord
!(new_record? || destroyed?)
end
+ # :call-seq:
+ # save(options)
+ #
# Saves the model.
#
# If the model is new a record gets created in the database, otherwise