This change in version 1.2.3 breaks implicit sorting by join tables aka join_table.column.
I guess the change was made to avoid SQL injections, but simple regex filter will work as well.
smart_listing/lib/smart_listing.rb
key = attr.to_s if @options[:array] || @collection.klass.attribute_method?(attr)
This change in version 1.2.3 breaks implicit sorting by join tables aka
join_table.column.I guess the change was made to avoid SQL injections, but simple regex filter will work as well.
smart_listing/lib/smart_listing.rb