To test if you are at the site root:
current_page?("https://stackoverflow.com/")
or, if you defined map.root in your config/routes.rb:
current_page?(root_url)
To test if you are at the site root:
current_page?("https://stackoverflow.com/")
or, if you defined map.root in your config/routes.rb:
current_page?(root_url)