diff options
author | Xavier Noria <fxn@hashref.com> | 2010-08-27 23:30:52 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-08-27 23:30:52 +0200 |
commit | 27d42a56b9b28ab9966fa73971e1a5b7a9c8cdff (patch) | |
tree | 73011d6b4b9f35ae26e9981e5c514302de0982c9 /activerecord | |
parent | 4a56f8f3145e396c9932be83d563fd75219c1f4d (diff) | |
download | rails-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')
-rw-r--r-- | activerecord/lib/active_record/persistence.rb | 3 |
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 |