From: Tom Hughes Date: Tue, 9 Jul 2013 17:21:34 +0000 (+0100) Subject: Use the standard ruby instance_methods call X-Git-Tag: live~5922 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/4a2ecfe8b31f111de9387f320dcadb60c4790be9?hp=4a2ecfe8b31f111de9387f320dcadb60c4790be9 Use the standard ruby instance_methods call 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. ---