Module: Og::Timestamped

Defined in:
lib/og/mixin/timestamped.rb

Overview

Adds timestamping functionality.

Instance Method Summary collapse

Instance Method Details

#touch!Object



13
14
15
# File 'lib/og/mixin/timestamped.rb', line 13

def touch!
	@access_time = Time.now
end