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

Version Path
administrate-field-active_storage-1.0.2 test_app/config/routes.rb
administrate-field-active_storage-1.0.1 test_app/config/routes.rb
administrate-field-active_storage-1.0.0 test_app/config/routes.rb
administrate-field-active_storage-0.4.2 test_app/config/routes.rb
administrate-field-active_storage-0.4.1 test_app/config/routes.rb
administrate-field-active_storage-0.4.0 test_app/config/routes.rb
administrate-field-active_storage-0.3.8 test_app/config/routes.rb
administrate-field-active_storage-0.3.7 test_app/config/routes.rb