Sha256: 70e88bcc07529c42c180632cc36e7b3228ae4ceb6f00bc260571c876e0ba8125

Contents?: true

Size: 357 Bytes

Versions: 24

Compression:

Stored size: 357 Bytes

Contents

PhcdevworksAccounts::Engine.routes.draw do

    # User Routes
    devise_for :users, class_name: "PhcdevworksAccounts::User", module: :devise

    # User Dashboard
    get 'dashboard', to: 'accounts/dashboard#index'

    # Admin Routes
    get "admin_dashboard", to: "admin/accounts#index"
    get "admin_users_index", to: "admin/accounts#users_index"

end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
phcdevworks_accounts-1.5.0 config/routes.rb
phcdevworks_accounts-1.4.2 config/routes.rb
phcdevworks_accounts-1.4.1 config/routes.rb
phcdevworks_accounts-1.4.0 config/routes.rb
phcdevworks_accounts-1.3.4 config/routes.rb
phcdevworks_accounts-1.3.3 config/routes.rb
phcdevworks_accounts-1.3.2 config/routes.rb
phcdevworks_accounts-1.3.1 config/routes.rb
phcdevworks_accounts-1.3.0 config/routes.rb
phcdevworks_accounts-1.2.0 config/routes.rb
phcdevworks_accounts-1.1.2 config/routes.rb
phcdevworks_accounts-1.1.1 config/routes.rb
phcdevworks_accounts-1.1.0 config/routes.rb
phcdevworks_accounts-1.0.1 config/routes.rb
phcdevworks_accounts-1.0.0 config/routes.rb
phcdevworks_accounts-0.9.0 config/routes.rb
phcdevworks_accounts-0.8.0 config/routes.rb
phcdevworks_accounts-0.7.0 config/routes.rb
phcdevworks_accounts-0.6.0 config/routes.rb
phcdevworks_accounts-0.5.0 config/routes.rb