Sha256: 1803c40addb8b707d3da60144935288ef305d6432e8d80a59af9f1ba8db4818e

Contents?: true

Size: 200 Bytes

Versions: 8

Compression:

Stored size: 200 Bytes

Contents

# frozen_string_literal: true

Rails.application.routes.draw do
  devise_for :users

  mount WorksCited::Engine => '/works_cited'

  resources :doodads
  resources :things

  root 'doodads#index'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
works_cited-0.1.16 spec/dummy/config/routes.rb
works_cited-0.1.15 spec/dummy/config/routes.rb
works_cited-0.1.14 spec/dummy/config/routes.rb
works_cited-0.1.13 spec/dummy/config/routes.rb
works_cited-0.1.11 spec/dummy/config/routes.rb
works_cited-0.1.10 spec/dummy/config/routes.rb
works_cited-0.1.9 spec/dummy/config/routes.rb
works_cited-0.1.8 spec/dummy/config/routes.rb