Class: Admin::ShopsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/admin/shops_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject

GET /admin/shop/products HTML




5
6
7
# File 'app/controllers/admin/shops_controller.rb', line 5

def index
  redirect_to admin_shop_products_path
end