Class: Pgbus::OutboxController

Inherits:
ApplicationController show all
Defined in:
app/controllers/pgbus/outbox_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#pgbus

Instance Method Details

#indexObject



5
6
7
8
# File 'app/controllers/pgbus/outbox_controller.rb', line 5

def index
  @stats = data_source.outbox_stats
  @entries = data_source.outbox_entries(page: page_param, per_page: per_page)
end