Class: Turbo::Native::NavigationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Turbo::Native::NavigationController
- Defined in:
- app/controllers/turbo/native/navigation_controller.rb
Instance Method Summary collapse
Instance Method Details
#recede ⇒ Object
2 3 4 |
# File 'app/controllers/turbo/native/navigation_controller.rb', line 2 def recede render html: "Going back…" end |
#refresh ⇒ Object
6 7 8 |
# File 'app/controllers/turbo/native/navigation_controller.rb', line 6 def refresh render html: "Refreshing…" end |
#resume ⇒ Object
10 11 12 |
# File 'app/controllers/turbo/native/navigation_controller.rb', line 10 def resume render html: "Staying put…" end |