Sha256: 0fbfaaaa8ded45bd687f1a589d2f47b98daea6c342f6fd391327557d94b6eb42
Contents?: true
Size: 175 Bytes
Versions: 13
Compression:
Stored size: 175 Bytes
Contents
class DbFastController < ApplicationController def index ActiveRecord::Base.connection.execute("select * from schema_info") render :text => 'Hello world!' end end
Version data entries
13 entries across 13 versions & 10 rubygems