Class: Pgbus::OutboxController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Pgbus::OutboxController
- Defined in:
- app/controllers/pgbus/outbox_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
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 |