The unexpected heart of the ESM ecosystem. What started as a simple Rails dashboard has evolved into the command center for thousands of gaming communities, proving that sometimes the best infrastructure projects are the ones you never planned to build.
class IndexController < ApplicationController
def index
end
def login
return redirect_to root_path if current_user
render "layouts/oauth_login", locals: {url: user_discord_omniauth_authorize_path}
end
end