aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/activerecord
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2015-04-25 11:59:03 +0900
committerAkira Matsuda <ronnie@dio.jp>2015-04-25 17:09:33 +0900
commit2fab16142ee1c1d5f08b49b9fb2b6dd4717397a8 (patch)
tree5f56b6581b1101dda07d4f21dbd6163590bbdd7d /actionview/test/activerecord
parent6a4771fd6ebe3d6a35f7b8f34c67385e80fbdf3a (diff)
downloadrails-2fab16142ee1c1d5f08b49b9fb2b6dd4717397a8.tar.gz
rails-2fab16142ee1c1d5f08b49b9fb2b6dd4717397a8.tar.bz2
rails-2fab16142ee1c1d5f08b49b9fb2b6dd4717397a8.zip
:put_litter_in_its_place: Unused methods
Diffstat (limited to 'actionview/test/activerecord')
-rw-r--r--actionview/test/activerecord/form_helper_activerecord_test.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/actionview/test/activerecord/form_helper_activerecord_test.rb b/actionview/test/activerecord/form_helper_activerecord_test.rb
index 0a62f49f35..2769b97445 100644
--- a/actionview/test/activerecord/form_helper_activerecord_test.rb
+++ b/actionview/test/activerecord/form_helper_activerecord_test.rb
@@ -35,10 +35,6 @@ class FormHelperActiveRecordTest < ActionView::TestCase
end
end
- def _routes
- Routes
- end
-
include Routes.url_helpers
def test_nested_fields_for_with_child_index_option_override_on_a_nested_attributes_collection_association