Class: PulseController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
lib/pulse_controller.rb

Instance Method Summary collapse

Instance Method Details

#loggerObject



8
9
10
# File 'lib/pulse_controller.rb', line 8

def logger
  nil
end

#pulseObject



4
5
6
# File 'lib/pulse_controller.rb', line 4

def pulse
  render :text => "OK"
end