Skip to content

Change default console route

Petr Marek edited this page Jan 28, 2019 · 1 revision
# config/application.rb

module MyProject
  class Application < Rails::Application
   ...
   config.folio_console_dashboard_redirect = :console_my_project_products_path
   ...
  end
end