Class: TbCommerce::CategoriesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/tb_commerce/categories_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



3
4
5
6
# File 'app/controllers/tb_commerce/categories_controller.rb', line 3

def index
  @categories = TbCommerce::Category.ordered
  render 'index'
end