Remove the navigation_link helper

This commit is contained in:
Dan Rice 2016-02-14 21:29:43 -05:00
parent 836d790f9f
commit 73a6925054
2 changed files with 16 additions and 20 deletions

View file

@ -22,10 +22,6 @@ module ApplicationHelper
{:class => "container_toggle", :id => id} )
end
def navigation_link(name, options = {}, html_options = nil, *parameters_for_method_reference)
link_to name, options, html_options
end
# Check due date in comparison to today's date Flag up date appropriately with
# a 'traffic light' colour code
#