Module: Og::Timestamped

Includes:
Glue::Aspects
Defined in:
lib/og/mixin/timestamped.rb

Overview

Adds timestamping functionality.

Instance Method Summary collapse

Instance Method Details

#touch!Object



17
18
19
# File 'lib/og/mixin/timestamped.rb', line 17

def touch!
  @access_time = Time.now
end