Sha256: e1c6c62e29ad5ef82cf2b81b0b6498ae33336b1e626f47bff4c30acc700e57d9

Contents?: true

Size: 199 Bytes

Versions: 1

Compression:

Stored size: 199 Bytes

Contents

LesliBell::Engine.routes.draw do  
    root to: "dashboards#show"
    resource :dashboard, only: [:show]
    resources :notifications, only: [:index]
    resources :announcements, only: [:index]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lesli_bell-0.1.0 config/routes.rb