Method: EffectiveLoggingLog#next_log

Defined in:
app/models/concerns/effective_logging_log.rb

#next_logObject



87
88
89
# File 'app/models/concerns/effective_logging_log.rb', line 87

def next_log
  self.class.order(id: :asc).where('id > ?', id).first
end