Skip to content

Commit fe45ac3

Browse files
author
M. Saiqul Haq
committed
fix documentation
1 parent eb6efac commit fe45ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ajax-datatables-rails/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def search_condition(column, value)
106106
model, column = column.split('.')
107107
model = model.singularize.titleize.gsub( / /, '' ).constantize
108108

109-
# because particular commit is based on postgre, so that's why use VARCHAR
109+
# because postgresql is preferred, so that's why use VARCHAR
110110
# but we we need to use CHAR typecast on mysql db adapter
111111
# or maybe it should
112112
# if :pg

0 commit comments

Comments
 (0)