Move PostgresExtensions to ApplicationRecord.

This commit is contained in:
evazion
2017-11-25 21:07:45 -06:00
parent 8a0f600ac2
commit 5b89f56c2e
4 changed files with 8 additions and 9 deletions

View File

@@ -1797,5 +1797,3 @@ class Post < ApplicationRecord
ret
end
end
Post.connection.extend(PostgresExtensions)