Class: Emailbutler::UiController

Inherits:
ApplicationController show all
Includes:
Pagy::Backend
Defined in:
app/controllers/emailbutler/ui_controller.rb

Direct Known Subclasses

Emailbutler::Ui::MessagesController

Instance Method Summary collapse

Instance Method Details

#indexObject



13
14
15
# File 'app/controllers/emailbutler/ui_controller.rb', line 13

def index
  @summary = ::Emailbutler.count_messages_by_status
end

#showObject



17
18
19
# File 'app/controllers/emailbutler/ui_controller.rb', line 17

def show
  @pagy, @messages = pagy(::Emailbutler.find_messages_by(search_condition))
end