Sha256: 22c79e0aa57e04061dfa60e4a4fb4b9b4c4677fa6f65ba3421c3db7ceec02a67

Contents?: true

Size: 240 Bytes

Versions: 5

Compression:

Stored size: 240 Bytes

Contents

Rails.application.routes.draw do
  get 'components' => 'components#index'
  get 'paginations' => 'paginations#index'
  post 'paginations' => 'paginations#index'
  post 'components/update' => 'components#update'

  root to: 'home#index'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bs-helper-0.1.4 test/dummy/config/routes.rb
bs-helper-0.1.3 test/dummy/config/routes.rb
bs-helper-0.1.2 test/dummy/config/routes.rb
bs-helper-0.1.1 test/dummy/config/routes.rb
bs-helper-0.1.0 test/dummy/config/routes.rb