Method: Surveyor::Models::ResponseSetMethods#ensure_start_timestamp

Defined in:
lib/surveyor/models/response_set_methods.rb

#ensure_start_timestampObject



44
45
46
# File 'lib/surveyor/models/response_set_methods.rb', line 44

def ensure_start_timestamp
  self.started_at ||= Time.now
end