Files
danbooru/config/initializers/postgres_extensions.rb
albert 23656e3fa9 * Continued work on improving post view templates
* Added statistics-based estimator for related tag calculator
* Fleshed out IpBan class based on changes to Danbooru 1.xx
2010-04-29 17:32:15 -04:00

6 lines
107 B
Ruby

module PostgresExtensions
def columns(*params)
super.reject {|x| x.sql_type == "tsvector"}
end
end