Class: Emailbutler::Ui::MessagesController
- Inherits:
-
Emailbutler::UiController
- Object
- ActionController::Base
- ApplicationController
- Emailbutler::UiController
- Emailbutler::Ui::MessagesController
- Defined in:
- app/controllers/emailbutler/ui/messages_controller.rb
Instance Method Summary collapse
Methods inherited from Emailbutler::UiController
Instance Method Details
#destroy ⇒ Object
13 14 15 16 |
# File 'app/controllers/emailbutler/ui/messages_controller.rb', line 13 def destroy ::Emailbutler.(@message) redirect_to ui_index_path end |
#update ⇒ Object
8 9 10 11 |
# File 'app/controllers/emailbutler/ui/messages_controller.rb', line 8 def update ::Emailbutler.(@message) redirect_to ui_index_path end |