Please take one of two actions
-
Add gem 'nav_lynx' to your Gemfile and remove this file
-
edit partial 'views/hello/shared/_settings' and replace `nav_link_to` for `link_to`
Calls superclass method
def nav_link_to(*args)
if defined?(NavLYNX)
super
else
puts "#{__FILE__}"
args.pop
link_to(*args)
end
end