Sha256: 68ac04463e2aa867aa070eb2e28c26a09a9daf9396ab3ea0af0c8bc65fbf6f34
Contents?: true
Size: 244 Bytes
Versions: 4
Compression:
Stored size: 244 Bytes
Contents
class MainController < ApplicationController def index end def halt text = "Triggering a halt at #{Time.new}\n" MaglevDatabaseExplorer.halt text += "Continuing after halt at #{Time.new}\n" render :text => text end end
Version data entries
4 entries across 4 versions & 1 rubygems