Sha256: aa4dd98fdccd1cc73bdda6b35dc839f9e5e476cfc224aa836cde9b4f433101c3

Contents?: true

Size: 208 Bytes

Versions: 15

Compression:

Stored size: 208 Bytes

Contents

require_dependency "phcdevworks_accounts/application_controller"

module PhcdevworksAccounts
  class Account::DashboardController < ApplicationController
  
    # Dashboard
    def index
    end
  
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
phcdevworks_accounts-1.2.0 app/controllers/phcdevworks_accounts/account/dashboard_controller.rb
phcdevworks_accounts-1.1.2 app/controllers/phcdevworks_accounts/account/dashboard_controller.rb
phcdevworks_accounts-1.1.1 app/controllers/phcdevworks_accounts/account/dashboard_controller.rb
phcdevworks_accounts-1.1.0 app/controllers/phcdevworks_accounts/account/dashboard_controller.rb
phcdevworks_accounts-1.0.1 app/controllers/phcdevworks_accounts/account/dashboard_controller.rb
phcdevworks_accounts-1.0.0 app/controllers/phcdevworks_accounts/account/dashboard_controller.rb
phcdevworks_accounts-0.9.0 app/controllers/phcdevworks_accounts/account/dashboard_controller.rb
phcdevworks_accounts-0.8.0 app/controllers/phcdevworks_accounts/account/dashboard_controller.rb
phcdevworks_accounts-0.7.0 app/controllers/phcdevworks_accounts/account/dashboard_controller.rb
phcdevworks_accounts-0.6.0 app/controllers/phcdevworks_accounts/account/dashboard_controller.rb
phcdevworks_accounts-0.5.0 app/controllers/phcdevworks_accounts/account/dashboard_controller.rb
phcdevworks_accounts-0.4.0 app/controllers/phcdevworks_accounts/account/dashboard_controller.rb
phcdevworks_accounts-0.3.0 app/controllers/phcdevworks_accounts/account/dashboard_controller.rb
phcdevworks_accounts-0.2.0 app/controllers/phcdevworks_accounts/account/dashboard_controller.rb
phcdevworks_accounts-0.1.0 app/controllers/phcdevworks_accounts/account/dashboard_controller.rb