Class: SourceMonitor::FetchLogsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- SourceMonitor::FetchLogsController
- Defined in:
- app/controllers/source_monitor/fetch_logs_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 |
# File 'app/controllers/source_monitor/fetch_logs_controller.rb', line 5 def show @log = FetchLog.includes(:source).find(params[:id]) end |