Class: HttpLog::RequestsController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/http_log/requests_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



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