diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-07-04 11:39:27 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-07-04 11:39:27 +0100 |
commit | f03d71e493085c49e9c0a79c8608becd0b526c00 (patch) | |
tree | 968a30a5a12885b08c5dc5935f0848e16b102b76 /app/helpers/link_to_helper.rb | |
parent | b3f46a4232e244e19c9dc1345c37322ea4a091da (diff) |
Atom feed approximately working (?)
Diffstat (limited to 'app/helpers/link_to_helper.rb')
-rwxr-xr-x | app/helpers/link_to_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/link_to_helper.rb b/app/helpers/link_to_helper.rb index 1a86333b6..5bba5d312 100755 --- a/app/helpers/link_to_helper.rb +++ b/app/helpers/link_to_helper.rb @@ -16,6 +16,7 @@ module LinkToHelper params = {:url_title => info_request.url_title, :only_path => true} return show_request_url(params.merge(extra_params)) end + alias :info_request_url :request_url def request_link(info_request, cls=nil ) link_to h(info_request.title), request_url(info_request), :class => cls |