Sha256: cdc7c4e19d01aef6ee2c5beca73e78716ef0d2920357ccd047b59721085b9e5c
Contents?: true
Size: 192 Bytes
Versions: 1
Compression:
Stored size: 192 Bytes
Contents
class MainController < ApplicationController def index render :text=>"#{Vanity.playground.redis.server}\n#{Vanity.playground.redis.object_id}" rescue Error=>ex puts $! end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vanity-1.3.0 | test/myapp/app/controllers/main_controller.rb |