Class: RestaurantPartners::PagesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- RestaurantPartners::PagesController
- Defined in:
- app/controllers/restaurant_partners/pages_controller.rb
Overview
typed: ignore frozen_string_literal: true
Instance Method Summary collapse
Instance Method Details
#root ⇒ Object
5 6 7 |
# File 'app/controllers/restaurant_partners/pages_controller.rb', line 5 def root redirect_to restaurant_partners_reservations_path end |