11 12 13
# File 'lib/cursed/adapter/array.rb', line 11 def ascend_by(attribute) relation.sort_by!(&attribute) end