Sha256: bdb995d64c882e43739ead5f92b388b6741f7d05e561a6a08e977eb3a845827d

Contents?: true

Size: 216 Bytes

Versions: 5

Compression:

Stored size: 216 Bytes

Contents

# frozen_string_literal: true

Rails.application.routes.draw do
  resources :documents
  resources :public_documents, controller: :index_documents
  resources :create_documents, controller: :documents_with_error
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
azeroth-0.6.3 spec/dummy/config/routes.rb
azeroth-0.6.2 spec/dummy/config/routes.rb
azeroth-0.6.1 spec/dummy/config/routes.rb
azeroth-0.6.0 spec/dummy/config/routes.rb
azeroth-0.5.0 spec/dummy/config/routes.rb