Class: SourceMonitor::FetchLogsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/source_monitor/fetch_logs_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
# File 'app/controllers/source_monitor/fetch_logs_controller.rb', line 5

def show
  @log = FetchLog.includes(:source).find(params[:id])
end