Class: Comable::Admin::ProductsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Comable::Admin::ProductsController
- Defined in:
- app/controllers/comable/admin/products_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
6 7 8 |
# File 'app/controllers/comable/admin/products_controller.rb', line 6 def index @products = Comable::Product.all end |