Sha256: 3712dfabe3810f69ee16d067a93a4ea146eae17a5bef4de979d65c28b06fe358

Contents?: true

Size: 354 Bytes

Versions: 19

Compression:

Stored size: 354 Bytes

Contents

require_dependency "phcmembers/application_controller"

module Phcmembers
  class Modules::DashboardsController < ApplicationController

    def index
      @member_profile = Member::Profile.all
      @member_listing = Member::Listing.all
      @member_address = Member::Address.all
      @directory_category = Directory::Category.all
    end

  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
phcmembers-17.1.0 app/controllers/phcmembers/modules/dashboards_controller.rb
phcmembers-17.0.1 app/controllers/phcmembers/modules/dashboards_controller.rb
phcmembers-16.2.0 app/controllers/phcmembers/modules/dashboards_controller.rb
phcmembers-16.1.0 app/controllers/phcmembers/modules/dashboards_controller.rb
phcmembers-16.0.2 app/controllers/phcmembers/modules/dashboards_controller.rb
phcmembers-16.0.1 app/controllers/phcmembers/modules/dashboards_controller.rb
phcmembers-16.0.0 app/controllers/phcmembers/modules/dashboards_controller.rb
phcmembers-15.1.0 app/controllers/phcmembers/modules/dashboards_controller.rb
phcmembers-15.0.0 app/controllers/phcmembers/modules/dashboards_controller.rb
phcmembers-14.0.1 app/controllers/phcmembers/modules/dashboards_controller.rb
phcmembers-14.0.0 app/controllers/phcmembers/modules/dashboards_controller.rb
phcmembers-13.0.0 app/controllers/phcmembers/modules/dashboards_controller.rb
phcmembers-12.5.0 app/controllers/phcmembers/modules/dashboards_controller.rb
phcmembers-12.4.0 app/controllers/phcmembers/modules/dashboards_controller.rb
phcmembers-12.2.1 app/controllers/phcmembers/modules/dashboards_controller.rb
phcmembers-11.0.0 app/controllers/phcmembers/modules/dashboards_controller.rb
phcmembers-10.0.0 app/controllers/phcmembers/modules/dashboards_controller.rb
phcmembers-9.0.0 app/controllers/phcmembers/modules/dashboards_controller.rb
phcmembers-9.0.0b app/controllers/phcmembers/modules/dashboards_controller.rb