Sha256: 229621bb012a3298215ba3611d2df21be28f60411d3221590f870d35b3f2c684
Contents?: true
Size: 428 Bytes
Versions: 44
Compression:
Stored size: 428 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
Version data entries
44 entries across 44 versions & 1 rubygems