Sha256: 945728b85e3592125be781ad57c27dc9482d680ff1246fca10d7fdd5714dc6b2

Contents?: true

Size: 341 Bytes

Versions: 1

Compression:

Stored size: 341 Bytes

Contents

Rails.application.routes.draw do
  # Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
  get "/examples/:example", to: "application#examples", as: :example
  get "/docs//components/:component", to: "components#show", as: :component
  # Defines the root path route ("/")
  root "application#index"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shadcn-ui-0.0.1 config/routes.rb