Sha256: b02bdbdeb5a72a3a03a20d16ed6932e3c1e347beb4b607c34fc7f0e350701ab9

Contents?: true

Size: 153 Bytes

Versions: 3

Compression:

Stored size: 153 Bytes

Contents

class TbCommerce::CategoriesController < ApplicationController

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

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tb_commerce-0.0.4 app/controllers/tb_commerce/categories_controller.rb
tb_commerce-0.0.3 app/controllers/tb_commerce/categories_controller.rb
tb_commerce-0.0.2 app/controllers/tb_commerce/categories_controller.rb