- silence silence postgres :P

This commit is contained in:
Tarmo Lehtpuu 2010-10-07 14:23:53 +03:00
parent 61d31e964f
commit e629f46bff

View File

@ -1,6 +1,5 @@
module SilentPostgres
def self.init!
puts "Silencing Postgres"
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.send(:include, SilentPostgres)
end