Notes posted by gamov
RSS feed
gamov -
May 19, 2016 - (>= v4.1.8)
0 thanks
Careful with arel column
I use what @equivalent suggests a lot but be careful, you MUST state the direction otherwise methods like take/last/first will fail silently!
StatusChange.arel_table[‘created_at’]. asc
not:
StatusChange.arel_table[‘created_at’]