Sha256: 136285a81de0f36c6045df728be3cd17f87206631f11cb52d94788bf9d03c3c4
Contents?: true
Size: 550 Bytes
Versions: 1
Compression:
Stored size: 550 Bytes
Contents
Rails.application.routes.draw do resources :banal_business_testcases resources :file_systems resources :wit_ai_parse_model_examples resources :wit_ai_parse_models scope format: false do defaults format: 'html' do resources :ezii_os_files, constraints: { id: /.+/ } end end resources :ezii_integrations resources :directories resources :unzips get 'imported_data/overview' root to: 'imported_data#overview' # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ezii-os-0.0.0.0.1 | config/routes.rb |