Method: ActiveProjection::ProjectionRepository.get_last_id

Defined in:
app/models/active_projection/projection_repository.rb

.get_last_id(id) ⇒ Object



8
9
10
# File 'app/models/active_projection/projection_repository.rb', line 8

def self.get_last_id(id)
  @@last_id[id] ||= Projection.find(id).last_id
end