Class: MailEngine::ApplicationController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- MailEngine::ApplicationController
- Includes:
- MailEngine
- Defined in:
- app/controllers/mail_engine/application_controller.rb
Direct Known Subclasses
DashboardController, MailLogsController, MailSchedulesController, MailTemplateFilesController, MailTemplatesController, ReportsController
Constant Summary
Constants included from MailEngine
PLACEHOLDERS_IN_LAYOUT, VERSION
Instance Method Summary collapse
-
#close_modal_and_refresh ⇒ Object
return js o close fancy box and refresh page.
Instance Method Details
#close_modal_and_refresh ⇒ Object
return js o close fancy box and refresh page.
17 18 19 |
# File 'app/controllers/mail_engine/application_controller.rb', line 17 def close_modal_and_refresh render :text => "<script>parent.$.fancybox.close();parent.window.location.reload();</script>" end |