aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/integration.rb
diff options
context:
space:
mode:
authorAlvaro Pereyra <alvaro@xendacentral.com>2012-12-01 15:35:04 -0500
committerAlvaro Pereyra <alvaro@xendacentral.com>2012-12-01 15:35:04 -0500
commitb1e2d7b96842f5b8b2a8fe911a6d31626c01effc (patch)
tree2918f4fd8df44985e4d3df922d32b4cb86267d13 /activerecord/lib/active_record/integration.rb
parent4940d6d096a581d46addecd9b41bbd62af3e1888 (diff)
downloadrails-b1e2d7b96842f5b8b2a8fe911a6d31626c01effc.tar.gz
rails-b1e2d7b96842f5b8b2a8fe911a6d31626c01effc.tar.bz2
rails-b1e2d7b96842f5b8b2a8fe911a6d31626c01effc.zip
Cleans and removes 'Examples' tag [ci skip]
Diffstat (limited to 'activerecord/lib/active_record/integration.rb')
-rw-r--r--activerecord/lib/active_record/integration.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/integration.rb b/activerecord/lib/active_record/integration.rb
index 23c272ef12..7bdc1bd4c6 100644
--- a/activerecord/lib/active_record/integration.rb
+++ b/activerecord/lib/active_record/integration.rb
@@ -29,8 +29,6 @@ module ActiveRecord
# Returns a cache key that can be used to identify this record.
#
- # ==== Examples
- #
# Product.new.cache_key # => "products/new"
# Product.find(5).cache_key # => "products/5" (updated_at not available)
# Person.find(5).cache_key # => "people/5-20071224150000" (updated_at available)