Changeset 6789
- Timestamp:
- 05/19/07 22:15:28 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1-2-stable/activerecord/lib/active_record/timestamp.rb
r6109 r6789 5 5 # Timestamping can be turned off by setting 6 6 # <tt>ActiveRecord::Base.record_timestamps = false</tt> 7 #8 # Keep in mind that, via inheritance, you can turn off timestamps on a per9 # model basis by setting <tt>record_timestamps</tt> to false in the desired10 # models.11 #12 # class Feed < ActiveRecord::Base13 # self.record_timestamps = false14 # # ...15 # end16 7 # 17 8 # Timestamps are in the local timezone by default but can use UTC by setting trunk/activerecord/lib/active_record/timestamp.rb
r6396 r6789 5 5 # Timestamping can be turned off by setting 6 6 # <tt>ActiveRecord::Base.record_timestamps = false</tt> 7 #8 # Keep in mind that, via inheritance, you can turn off timestamps on a per9 # model basis by setting <tt>record_timestamps</tt> to false in the desired10 # models.11 #12 # class Feed < ActiveRecord::Base13 # self.record_timestamps = false14 # # ...15 # end16 7 # 17 8 # Timestamps are in the local timezone by default but can use UTC by setting