We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
# config/application.rb module MyProject class Application < Rails::Application ... config.folio_console_dashboard_redirect = :console_my_project_products_path ... end end