Sha256: 60aa90ebc9f9bae68dfd17a55abffe0b0dcbaebaa0bbbca30e9fcc29938ecc68

Contents?: true

Size: 443 Bytes

Versions: 13

Compression:

Stored size: 443 Bytes

Contents

PhcdevworksAccounts::Engine.routes.draw do

    # User Routes
    devise_for :users, {
        class_name: "PhcdevworksAccounts::User",
        module: :devise,
        controllers: { registrations: "users/registrations"}
    }

    # 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

13 entries across 13 versions & 1 rubygems

Version Path
phcdevworks_accounts-2.1.0 config/routes.rb
phcdevworks_accounts-2.0.1 config/routes.rb
phcdevworks_accounts-2.0.0 config/routes.rb
phcdevworks_accounts-1.13.0 config/routes.rb
phcdevworks_accounts-1.12.0 config/routes.rb
phcdevworks_accounts-1.11.0 config/routes.rb
phcdevworks_accounts-1.10.0 config/routes.rb
phcdevworks_accounts-1.9.0 config/routes.rb
phcdevworks_accounts-1.8.0 config/routes.rb
phcdevworks_accounts-1.7.0 config/routes.rb
phcdevworks_accounts-1.6.0 config/routes.rb
phcdevworks_accounts-1.5.2 config/routes.rb
phcdevworks_accounts-1.5.1 config/routes.rb