Class: Admin::ShopsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Admin::ShopsController
- Defined in:
- app/controllers/admin/shops_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
GET /admin/shop/products HTML —————————————————————————-.
Instance Method Details
#index ⇒ Object
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 |