acts-as-taggable-on
acts-as-taggable-on copied to clipboard
fix camelCase column lead to exception when query
when the pg database have column, like firstName
, the original code would throw exception.
need add quote for the column names
I seem we need to use Arel for this part