aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord')
-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