From c7c867ebd29f41c307e5246634c4625f9710a5ef Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 19 May 2007 22:15:28 +0000 Subject: Revert [4706] which added incorrect docs. References #5684. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6789 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/lib/active_record/timestamp.rb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'activerecord') diff --git a/activerecord/lib/active_record/timestamp.rb b/activerecord/lib/active_record/timestamp.rb index 77bcbd4c88..c4bc55cb49 100644 --- a/activerecord/lib/active_record/timestamp.rb +++ b/activerecord/lib/active_record/timestamp.rb @@ -5,15 +5,6 @@ module ActiveRecord # Timestamping can be turned off by setting # ActiveRecord::Base.record_timestamps = false # - # Keep in mind that, via inheritance, you can turn off timestamps on a per - # model basis by setting record_timestamps to false in the desired - # models. - # - # class Feed < ActiveRecord::Base - # self.record_timestamps = false - # # ... - # end - # # Timestamps are in the local timezone by default but can use UTC by setting # ActiveRecord::Base.default_timezone = :utc module Timestamp -- cgit v1.2.3