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