class StaticController < ActionController::Base def index render file: "#{Rails.root}/public/index.html", layout: false end end