[Source]
# File lib/pulse_controller.rb, line 8 8: def logger 9: nil 10: end
# File lib/pulse_controller.rb, line 4 4: def pulse 5: render :text => "<html><body>OK</body></html>" 6: end
[Validate]