It’s that simple. If it doesn’t fit in neatly with any of your other controllers, you might want to just plop that index method into ApplicationController. Just make sure the routing directs the base path to the right controller and method. No need to rely on a static page.
It's that simple. If it doesn't fit in neatly with any of your other controllers, you might want to just plop that index method into ApplicationController. Just make sure the routing directs the base path to the right controller and method. No need to rely on a static page.
RSL
Yes, just edit config/routes.rb and it's written right there in the comments.