Class: RestaurantPartners::PagesController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/restaurant_partners/pages_controller.rb

Overview

typed: ignore frozen_string_literal: true

Instance Method Summary collapse

Instance Method Details

#rootObject



5
6
7
# File 'app/controllers/restaurant_partners/pages_controller.rb', line 5

def root
  redirect_to restaurant_partners_reservations_path
end