aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/link_to_helper.rb
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-02-13 16:14:42 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-02-15 12:22:22 +1100
commitc8c27e88146bc2761981d7d7e0a04bc3cccfaefd (patch)
tree6fb30f1d5736d0603655be408165ce465a2467dd /app/helpers/link_to_helper.rb
parent20a1a5fb38f0a4ec621c93e41a9565971827b429 (diff)
Rename helper method
Diffstat (limited to 'app/helpers/link_to_helper.rb')
-rwxr-xr-xapp/helpers/link_to_helper.rb2
1 files changed, 1 insertions, 1 deletions
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