Sha256: 13617eaa6eaeb9731fe8e168723584321d93c652e913a53bb7179328c02812c5

Contents?: true

Size: 194 Bytes

Versions: 4

Compression:

Stored size: 194 Bytes

Contents

# frozen_string_literal: true

Dummy::Application.routes.draw do
  get  'test' => 'application#index'
  post 'test' => 'application#create'

  get 'exclusions' => 'exclusions#index'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
angular_rails_csrf-4.3.0 test/dummy/config/routes.rb
angular_rails_csrf-4.2.0 test/dummy/config/routes.rb
angular_rails_csrf-4.1.0 test/dummy/config/routes.rb
angular_rails_csrf-4.0.1 test/dummy/config/routes.rb