From c8c27e88146bc2761981d7d7e0a04bc3cccfaefd Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Wed, 13 Feb 2013 16:14:42 +1100 Subject: Rename helper method --- app/helpers/link_to_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/helpers/link_to_helper.rb') diff --git a/app/helpers/link_to_helper.rb b/app/helpers/link_to_helper.rb index 5c9f51baa..f16af7f0b 100755 --- a/app/helpers/link_to_helper.rb +++ b/app/helpers/link_to_helper.rb @@ -35,7 +35,7 @@ module LinkToHelper return similar_request_url(:url_title => info_request.url_title, :only_path => true) end - def request_details_url(info_request) + def request_details_path(info_request) return details_request_url(:url_title => info_request.url_title, :only_path => true) end -- cgit v1.2.3