class Heartbeat

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/generators/resty/setup/templates/heartbeat.rb, line 4
def initialize
  super
  register(User, RemoteUser)
end