Sha256: d71d0de0b0806f33d3bfc91b4ac8d2b9b1230be0a41843b7a60630a1ed8c39ee
Contents?: true
Size: 145 Bytes
Versions: 6
Compression:
Stored size: 145 Bytes
Contents
class FooController < ActionController::Base def new render :text => 'hello world' end def pid render :text => Process.pid.to_s end end
Version data entries
6 entries across 6 versions & 2 rubygems