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

@@ -1,5 +0,0 @@
module PostgresExtensions
def columns(*params)
super.reject {|x| x.sql_type == "tsvector"}
end
end