Sha256: 8408ab55b400b531078af0c11bbbb8d98e59b32243f828b1f0dce3cf28b31acc
Contents?: true
Size: 185 Bytes
Versions: 6
Compression:
Stored size: 185 Bytes
Contents
class MetalController < ActionController::Metal def index self.response_body = 'Hello Metal!' end include TraceViewMethodProfiling profile_method :index, 'metal-index' end
Version data entries
6 entries across 6 versions & 1 rubygems