Sha256: 25eaf8cff953af645f2d2ba0ffedbaef99cac8b6497249e620e124fde6013408

Contents?: true

Size: 126 Bytes

Versions: 5

Compression:

Stored size: 126 Bytes

Contents

Rails.application.routes.draw do
  root to: 'static#home'
  get 'static/home'
  get 'secrets/index'
  resources :articles
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
action_access-0.1.1 test/dummy/config/routes.rb
action_access-0.1.0 test/dummy/config/routes.rb
action_access-0.0.3 test/dummy/config/routes.rb
action_access-0.0.2 test/dummy/config/routes.rb
action_access-0.0.1 test/dummy/config/routes.rb