Sha256: 9e0bb911cb5c9c2f6cd1f6cd591db7a6a5c8521e6d371f29f5e8f83454c54927
Contents?: true
Size: 218 Bytes
Versions: 8
Compression:
Stored size: 218 Bytes
Contents
Rails.application.routes.draw do # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html namespace :admin do resources :posts root to: "posts#index" end end
Version data entries
8 entries across 8 versions & 1 rubygems