]> git.openstreetmap.org Git - rails.git/commitdiff
Use the standard ruby instance_methods call
authorTom Hughes <tom@compton.nu>
Tue, 9 Jul 2013 17:21:34 +0000 (18:21 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 9 Jul 2013 17:26:54 +0000 (18:26 +0100)
Rails 3 has an instance_methods_name extension that returns strings
instead of symbols, but that goes away in Rails 4 so just use the
standard routine instead.


No differences found