Sha256: eed12e8b120bd53eacfdbb0e6e1e4335d29e47a2d8c50780eb25267dbe9da508

Contents?: true

Size: 449 Bytes

Versions: 1

Compression:

Stored size: 449 Bytes

Contents

# FIXME: Offer flag to opt out of these native routes
Rails.application.routes.draw do
  get "recede_historical_location"  => "turbo/native/navigation#recede",  as: :turbo_recede_historical_location
  get "resume_historical_location"  => "turbo/native/navigation#resume",  as: :turbo_resume_historical_location
  get "refresh_historical_location" => "turbo/native/navigation#refresh", as: :turbo_refresh_historical_location
end if Turbo.draw_routes

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
turbo-rails-1.5.0 config/routes.rb