Sha256: 08727c4a181ca3f06a8fe832310862faeca7f114bb017953b6ae3dd0dcf7b562

Contents?: true

Size: 169 Bytes

Versions: 5

Compression:

Stored size: 169 Bytes

Contents

Rails.application.routes.draw do

  mount Redditor::Engine => "/redditor"

  resources :articles, only: [:show]

  namespace :admin do
    resources :articles
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
redditor-0.1.22 spec/dummy/config/routes.rb
redditor-0.1.20 spec/dummy/config/routes.rb
redditor-0.1.17 spec/dummy/config/routes.rb
redditor-0.1.16 spec/dummy/config/routes.rb
redditor-0.1.15 spec/dummy/config/routes.rb