vhochstein / active_scaffold

Rails 4 Version of activescaffold supporting jquery
MIT License
156 stars 34 forks source link

acts_as_tree error #161

Closed joehou closed 13 years ago

joehou commented 13 years ago

error :position no method split for symbol when editing children using acts_as_tree active_scaffold/lib/active_scaffold/data_structures/sorting.rb:131

changed to order_clause.to_s.split(',').each do |criterion| fixed the problem

vhochstein commented 13 years ago

Thanks a lot for reporting.