mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
397 B
6 lines
397 B
Rails.application.routes.draw do
|
|
get "recede_historical_location", to: "turbo/native/navigation#recede", as: :turbo_recede_historical_location
|
|
get "resume_historical_location", to: "turbo/native/navigation#resume", as: :turbo_resume_historical_location
|
|
get "refresh_historical_location", to: "turbo/native/navigation#refresh", as: :turbo_refresh_historical_location
|
|
end if Turbo.draw_routes
|