Class: Modules::DashboardsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/phcmemberspro/modules/dashboards_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



10
11
12
13
14
15
# File 'app/controllers/phcmemberspro/modules/dashboards_controller.rb', line 10

def index
	@member_profile = Member::Profile.where(oganization_id: membership_info.org_id)
	@member_listing = Member::Listing.where(oganization_id: membership_info.org_id)
	@member_address = Member::Address.where(oganization_id: membership_info.org_id)
	@directory_category = Directory::Category.where(oganization_id: membership_info.org_id)
end