5 6 7 8
# File 'app/controllers/http_log/requests_controller.rb', line 5 def show @log = HttpLog::Request.find params[:id] respond_with @log end