I need to display advertisement only on main page of my website (example.com). I've set up a root_url to posts controller:
map.root :controller => "posts", :action => "index"
I have global layout and I want to place in that view IF statement. The problem is that I have no idea how to check that root_url is displaying in certain moment.