Class PulseController
In: lib/pulse_controller.rb
Parent: ActionController::Base

Methods

logger   pulse  

Public Instance methods

[Source]

    # File lib/pulse_controller.rb, line 8
 8:   def logger
 9:     nil
10:   end

[Source]

   # File lib/pulse_controller.rb, line 4
4:   def pulse
5:     render :text => "<html><body>OK</body></html>"
6:   end

[Validate]