Class: MiniCheck::VersionRackApp::JsonResponse
- Inherits:
-
Object
- Object
- MiniCheck::VersionRackApp::JsonResponse
- Defined in:
- lib/mini_check/version_rack_app.rb
Class Method Summary collapse
Class Method Details
.render(hash) ⇒ Object
94 95 96 |
# File 'lib/mini_check/version_rack_app.rb', line 94 def render hash [200, default_headers, [hash.to_json]] end |