the-teacher / the_sortable_tree

Nested Set + Drag&Drop GUI. Very fast! Best render helper! 2000 nodes/sec. Ready for rails 4
MIT License
558 stars 127 forks source link

change 'respond_to? to 'methods.include?' in gem controller #74

Closed juanortizthirdwave closed 9 years ago

juanortizthirdwave commented 9 years ago

Since ruby 2.0, respond_to? will return false for protected methods. Replaced with methods.include?