Sha256: ce05fc169469d4656a47847a263190d1c89a52337d1fb1660716f41db8bc1285

Contents?: true

Size: 145 Bytes

Versions: 9

Compression:

Stored size: 145 Bytes

Contents

Rails.application.routes.draw do
  namespace :admin do
    resources :reports
  end

  resources :documents
  resources :images, only: :show
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
simon_says-0.3.0.alpha.7 test/rails_app/config/routes.rb
simon_says-0.3.0.alpha.6 test/rails_app/config/routes.rb
simon_says-0.3.0.alpha.5 test/rails_app/config/routes.rb
simon_says-0.3.0.alpha.4 test/rails_app/config/routes.rb
simon_says-0.3.0.alpha.3 test/rails_app/config/routes.rb
simon_says-0.3.0.alpha.1 test/rails_app/config/routes.rb
simon_says-0.2.0 test/rails_app/config/routes.rb
simon_says-0.1.6 test/rails_app/config/routes.rb
simon_says-0.1.5 test/rails_app/config/routes.rb