Sha256: 8dcbed1b5eaefc49707843d0782fdfa3cf05b0a709b774bd55636f29864e9e7c

Contents?: true

Size: 119 Bytes

Versions: 7

Compression:

Stored size: 119 Bytes

Contents

Rails.application.routes.draw do

  namespace :admin do
    get '/' => 'base#index'
    resources :articles
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
chr-0.4.15 test/rails_app/config/routes.rb
chr-0.4.14 test/rails_app/config/routes.rb
chr-0.4.13 test/rails_app/config/routes.rb
chr-0.4.12 test/rails_app/config/routes.rb
chr-0.4.11 test/rails_app/config/routes.rb
chr-0.4.10 test/rails_app/config/routes.rb
chr-0.4.9 test/rails_app/config/routes.rb