# frozen_string_literal: true module Rodauth module OAuth class Railtie < ::Rails::Railtie end end end