Sha256: 31bda65dc3147449f5e1568eb7127102c1e3ad995f86dd5456c2fd21f85963c3
Contents?: true
Size: 255 Bytes
Versions: 8
Compression:
Stored size: 255 Bytes
Contents
class ApplicationController < Sinatra::Base # Set ActiveRecord verbosity (comment or remove for no logging) # Comment or remove the below lines for no logging ActiveRecord::Base.logger = Logger.new STDOUT ActiveRecord::Migration.verbose = true end
Version data entries
8 entries across 8 versions & 1 rubygems