Sha256: a91a92c3ee6618ed2d6856ab61f963334ac3fb6263afabfdd8cf3c01419fe134

Contents?: true

Size: 143 Bytes

Versions: 1

Compression:

Stored size: 143 Bytes

Contents

module Admin
  class CategoriesController < ApplicationController
    def index
      render :json => Article.all_categories
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
noodall-articles-1.0.0 app/controllers/admin/categories_controller.rb