Class: MailyHerald::Webui::LogsController
- Inherits:
-
ResourcesController
- Object
- ActionController::Base
- ApplicationController
- ResourcesController
- MailyHerald::Webui::LogsController
- Defined in:
- app/controllers/maily_herald/webui/logs_controller.rb
Instance Method Summary collapse
Methods inherited from ResourcesController
#create, #destroy, #edit, #index, #new, #show, #update
Methods inherited from ApplicationController
Methods included from MenuManager::ControllerExtensions
Methods included from Breadcrumbs::ControllerExtensions
Instance Method Details
#preview ⇒ Object
6 7 8 9 10 |
# File 'app/controllers/maily_herald/webui/logs_controller.rb', line 6 def preview @log = MailyHerald::Log.find params[:id] render layout: "maily_herald/webui/modal" end |