anthonymidili/FishBowl

View on GitHub
app/helpers/welcome_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module WelcomeHelper

  def goto_section(section)
    link_to section.to_s.humanize.downcase, about_water_health_path(anchor: section)
  end

end