Sha256: 95620316795c7f4aa878fd3d1fc2c6e523ee24b7dcc9c1d9a8154e097fc58a0a

Contents?: true

Size: 117 Bytes

Versions: 11

Compression:

Stored size: 117 Bytes

Contents

Rails.application.routes.draw do
  namespace :admin do
    get '/' => 'base#index'
    resources :articles
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
chr-0.5.1 test/rails_app/config/routes.rb
chr-0.5.0 test/rails_app/config/routes.rb
chr-0.4.25 test/rails_app/config/routes.rb
chr-0.4.24 test/rails_app/config/routes.rb
chr-0.4.23 test/rails_app/config/routes.rb
chr-0.4.22 test/rails_app/config/routes.rb
chr-0.4.21 test/rails_app/config/routes.rb
chr-0.4.20 test/rails_app/config/routes.rb
chr-0.4.19 test/rails_app/config/routes.rb
chr-0.4.18 test/rails_app/config/routes.rb
chr-0.4.17 test/rails_app/config/routes.rb