Class: Api::V1::CategoriesController

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

Instance Method Summary collapse

Instance Method Details

#indexObject

Directory Category API



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

def index
	@directory_categories = Directory::Category.where(membership_id: membership_info.id).order('catname ASC')
end