]> git.openstreetmap.org Git - rails.git/commit
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)
commit4a2ecfe8b31f111de9387f320dcadb60c4790be9
treedff09d11802e49d0018081fa703357f7ddb2ed28
parent1234561a785be557257839e93e61aa9ff55f878b
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.
test/integration/cors_test.rb