This commit is contained in:
Evgeniy Dolzhenko 2010-09-03 04:44:09 -07:00
parent c2c10eeca2
commit 33a15f0d5e

View File

@ -1,5 +0,0 @@
if %w(test development).include?(ENV["RAILS_ENV"])
puts "Silencing Postgres"
require 'silent_postgres'
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.send(:include, SilentPostgres)
end