Class: Api::V1::CategoriesController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/phcpresspro/api/v1/categories_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject

Article Category API



10
11
12
# File 'app/controllers/phcpresspro/api/v1/categories_controller.rb', line 10

def index
  @modules_categories = Modules::Category.order('catname ASC')
end