Class: HttpLog::RequestsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- HttpLog::RequestsController
- Defined in:
- app/controllers/http_log/requests_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
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 |