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.
docuseal/vendor/bundle/ruby/4.0.0/gems/turbo-rails-2.0.23/config/routes.rb

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