Class: Mdm::TaskSession

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/mdm/task_session.rb

Overview

Join model between Session and Task that signifies that the #task spawned the #session.

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ DateTime

When this task session was created.

Returns:

  • (DateTime)


# File 'app/models/mdm/task_session.rb', line 21


#updated_at ⇒ DateTime

The last time this task session was updated.

Returns:

  • (DateTime)


# File 'app/models/mdm/task_session.rb', line 26