Begin an execution that should skip timestamping.
@example Create a document but don't timestamp.
Person.timeless.create(:title => "Sir")
@return [ Class ] The class this was called on.
@since 2.3.0
# File lib/mongoid/timestamps/timeless.rb, line 51 def timeless self.timestamping = false self end